Doxygen
htmlEntityInfo结构体 参考

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

+ htmlEntityInfo 的协作图:

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.cpp27 行定义.

类成员变量说明

◆ docbook

const char* htmlEntityInfo::docbook

在文件 htmlentity.cpp34 行定义.

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

◆ html

const char* htmlEntityInfo::html

在文件 htmlentity.cpp32 行定义.

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

◆ item

const char* htmlEntityInfo::item

在文件 htmlentity.cpp30 行定义.

◆ latex

const char* htmlEntityInfo::latex

在文件 htmlentity.cpp35 行定义.

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

◆ man

const char* htmlEntityInfo::man

在文件 htmlentity.cpp36 行定义.

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

◆ perl

DocSymbol::PerlSymb htmlEntityInfo::perl

在文件 htmlentity.cpp38 行定义.

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

◆ rtf

const char* htmlEntityInfo::rtf

在文件 htmlentity.cpp37 行定义.

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

◆ symb

DocSymbol::SymType htmlEntityInfo::symb

在文件 htmlentity.cpp29 行定义.

◆ UTF8

const char* htmlEntityInfo::UTF8

在文件 htmlentity.cpp31 行定义.

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

◆ xml

const char* htmlEntityInfo::xml

在文件 htmlentity.cpp33 行定义.

被这些函数引用 HtmlEntityMapper::writeXMLSchema() , 以及 HtmlEntityMapper::xml().


该结构体的文档由以下文件生成: