|
My Project
|
#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 = FALSE |
|
static |
constructs command line of htags(1) and executes it.
| TRUE | success |
| FALSE | an error has occurred. |
Definition at line 37 of file htags.cpp.
References Config_getBool, Config_getList, Config_getString, err(), g_inputDir, portable_system(), portable_sysTimerStart(), and portable_sysTimerStop().
Referenced by generateOutput().
|
static |
load filemap and make index.
| htmlDir | of HTML directory generated by htags(1). |
| TRUE | success |
| FALSE | error |
Definition at line 105 of file htags.cpp.
References err(), and g_symbolDict().
Referenced by generateOutput().
|
static |
convert path name into the url in the hypertext generated by htags.
| path | path name |
Definition at line 159 of file htags.cpp.
References g_inputDir, and g_symbolDict().
Referenced by FileDef::getSourceFileBase().
|
static |
Definition at line 23 of file htags.h.
Referenced by generateOutput(), Definition::getSourceAnchor(), and FileDef::getSourceFileBase().