Doxygen
htmlentity.cpp 文件参考
#include "htmlentity.h"
#include "message.h"
#include "textstream.h"
+ htmlentity.cpp 的引用(Include)关系图:

浏览源代码.

struct  htmlEntityInfo
 Structure defining all HTML4 entities, doxygen extensions and doxygen commands representing special symbols. 更多...
 

宏定义

#define SYM(s)   DocSymbol::Sym_##s,"&"#s";"
 

变量

static const int g_numberHtmlMappedCmds = 11
 Number of doxygen commands mapped as if it were HTML entities 更多...
 
static struct htmlEntityInfo g_htmlEntities []
 
static const int g_numHtmlEntities = (int)(sizeof(g_htmlEntities)/ sizeof(*g_htmlEntities))
 

宏定义说明

◆ SYM

#define SYM (   s)    DocSymbol::Sym_##s,"&"#s";"

变量说明

◆ g_htmlEntities

◆ g_numberHtmlMappedCmds

const int g_numberHtmlMappedCmds = 11
static

Number of doxygen commands mapped as if it were HTML entities

在文件 htmlentity.cpp21 行定义.

被这些函数引用 HtmlEntityMapper::writeXMLSchema().

◆ g_numHtmlEntities

const int g_numHtmlEntities = (int)(sizeof(g_htmlEntities)/ sizeof(*g_htmlEntities))
static