|
Doxygen
|
#include "htags.h"#include <cstdio>#include <string>#include <unordered_map>#include "config.h"#include "dir.h"#include "fileinfo.h"#include "message.h"#include "portable.h"#include "util.h"Go to the source code of this file.
Variables | |
| static Dir | g_inputDir |
| static std::unordered_map< std::string, std::string > | g_symbolMap |
|
static |
Definition at line 34 of file htags.cpp.
Referenced by Htags::execute(), and Htags::path2URL().
|
static |
Definition at line 35 of file htags.cpp.
Referenced by Htags::loadFilemap(), and Htags::path2URL().