Doxygen
|
This class is a namespace for HTAGS related functions. More...
#include <src/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 38 of file htags.cpp.
References Config_getBool, Config_getList, Config_getString, Dir::currentDirPath(), err, FALSE, g_inputDir, QCString::isEmpty(), Dir::setCurrent(), and Portable::system().
Referenced by generateOutput().
|
static |
load filemap and make index.
htmlDir | of HTML directory generated by htags(1). |
TRUE | success |
FALSE | error |
Definition at line 107 of file htags.cpp.
References err, FileInfo::exists(), QCString::find(), QCString::findRev(), g_symbolMap, FileInfo::isReadable(), QCString::left(), QCString::mid(), Portable::openInputStream(), qPrint(), QCString::str(), and QCString::stripWhiteSpace().
Referenced by generateOutput().
convert path name into the url in the hypertext generated by htags.
path | path name |
Definition at line 157 of file htags.cpp.
References g_inputDir, g_symbolMap, QCString::isEmpty(), QCString::length(), QCString::mid(), and QCString::str().
Referenced by FileDefImpl::getSourceFileBase().
|
static |
Definition at line 23 of file htags.h.
Referenced by generateFileSources(), generateOutput(), DefinitionImpl::getSourceAnchor(), and FileDefImpl::getSourceFileBase().