|
Doxygen
|
#include <stdio.h>#include <unordered_map>#include <string>#include "htags.h"#include "util.h"#include "message.h"#include "config.h"#include "portable.h"#include "fileinfo.h"#include "dir.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 31 of file htags.cpp.
Referenced by Htags::execute(), and Htags::path2URL().
|
static |
Definition at line 32 of file htags.cpp.
Referenced by Htags::loadFilemap(), and Htags::path2URL().