Doxygen
|
Structure defining all HTML4 entities, doxygen extensions and doxygen commands representing special symbols. 更多...
Public 属性 | |
DocSymbol::SymType | symb |
const char * | item |
const char * | UTF8 |
const char * | html |
const char * | xml |
const char * | docbook |
const char * | latex |
const char * | man |
const char * | rtf |
DocSymbol::PerlSymb | perl |
Structure defining all HTML4 entities, doxygen extensions and doxygen commands representing special symbols.
In case an entity does not exist a NULL is given for the entity. The first column contains the symbolic code for the entity, see also doxparser.h The second column contains the name of the entity (without the starting & and ending ;)
在文件 htmlentity.cpp 第 27 行定义.
const char* htmlEntityInfo::docbook |
在文件 htmlentity.cpp 第 34 行定义.
被这些函数引用 HtmlEntityMapper::docbook().
const char* htmlEntityInfo::html |
在文件 htmlentity.cpp 第 32 行定义.
被这些函数引用 HtmlEntityMapper::html().
const char* htmlEntityInfo::item |
在文件 htmlentity.cpp 第 30 行定义.
const char* htmlEntityInfo::latex |
在文件 htmlentity.cpp 第 35 行定义.
被这些函数引用 HtmlEntityMapper::latex().
const char* htmlEntityInfo::man |
在文件 htmlentity.cpp 第 36 行定义.
被这些函数引用 HtmlEntityMapper::man().
DocSymbol::PerlSymb htmlEntityInfo::perl |
在文件 htmlentity.cpp 第 38 行定义.
被这些函数引用 HtmlEntityMapper::perl().
const char* htmlEntityInfo::rtf |
在文件 htmlentity.cpp 第 37 行定义.
被这些函数引用 HtmlEntityMapper::rtf().
DocSymbol::SymType htmlEntityInfo::symb |
在文件 htmlentity.cpp 第 29 行定义.
const char* htmlEntityInfo::UTF8 |
在文件 htmlentity.cpp 第 31 行定义.
被这些函数引用 HtmlEntityMapper::utf8().
const char* htmlEntityInfo::xml |
在文件 htmlentity.cpp 第 33 行定义.
被这些函数引用 HtmlEntityMapper::writeXMLSchema() , 以及 HtmlEntityMapper::xml().