#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 |
constructs command line of htags(1) and executes it.
TRUE | success |
FALSE | an error has occurred. |
Definition at line 37 of file htags.cpp.
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.
convert path name into the url in the hypertext generated by htags.
path | path name |
Definition at line 159 of file htags.cpp.