#include <htags.h>
Static Public Member Functions | |
static bool | loadFilemap (const QCString &htmldir) |
static QCString | path2URL (const QCString &path) |
static bool | execute (const QCString &htmldir) |
Static Public Attributes | |
static bool | useHtags |
Definition at line 20 of file htags.h.
bool Htags::loadFilemap | ( | const QCString & | htmlDir | ) | [static] |
load filemap and make index.
htmlDir | of HTML directory generated by htags(1). |
TRUE | success | |
FALSE | error |
Definition at line 104 of file htags.cpp.
References err(), and QCString.
Referenced by generateOutput().
QCString Htags::path2URL | ( | const QCString & | path | ) | [static] |
convert path name into the url in the hypertext generated by htags.
path | path name |
Definition at line 157 of file htags.cpp.
References convertToQCString(), and QCString.
Referenced by FileDef::getSourceFileBase(), and FileDef::includeName().
bool Htags::execute | ( | const QCString & | htmldir | ) | [static] |
constructs command line of htags(1) and executes it.
TRUE | success | |
FALSE | an error has occured. |
Definition at line 38 of file htags.cpp.
References Config_getBool, Config_getList, Config_getString, convertToQCString(), err(), portable_system(), and QCString.
Referenced by generateOutput().
bool Htags::useHtags [static] |
Definition at line 22 of file htags.h.
Referenced by generateOutput(), FileDef::getSourceFileBase(), FileDef::includeName(), and Definition::writeSourceDef().