Doxygen
htags.cpp 文件参考
#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"
+ htags.cpp 的引用(Include)关系图:

浏览源代码.

变量

static Dir g_inputDir
 
static std::unordered_map< std::string, std::string > g_symbolMap
 

变量说明

◆ g_inputDir

Dir g_inputDir
static

在文件 htags.cpp31 行定义.

被这些函数引用 Htags::execute() , 以及 Htags::path2URL().

◆ g_symbolMap

std::unordered_map<std::string,std::string> g_symbolMap
static

在文件 htags.cpp32 行定义.

被这些函数引用 Htags::loadFilemap() , 以及 Htags::path2URL().