Doxygen
Loading...
Searching...
No Matches
HtmlEntityInfo Struct Reference

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

+ Collaboration diagram for HtmlEntityInfo:

Public Attributes

HtmlEntityMapper::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
 
HtmlEntityMapper::PerlSymb perl
 

Detailed Description

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

In case an entity does not exist a nullptr 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 ;)

Definition at line 26 of file htmlentity.cpp.

Member Data Documentation

◆ docbook

const char* HtmlEntityInfo::docbook

Definition at line 33 of file htmlentity.cpp.

◆ html

const char* HtmlEntityInfo::html

Definition at line 31 of file htmlentity.cpp.

◆ item

const char* HtmlEntityInfo::item

Definition at line 29 of file htmlentity.cpp.

◆ latex

const char* HtmlEntityInfo::latex

Definition at line 34 of file htmlentity.cpp.

◆ man

const char* HtmlEntityInfo::man

Definition at line 35 of file htmlentity.cpp.

◆ perl

HtmlEntityMapper::PerlSymb HtmlEntityInfo::perl

Definition at line 37 of file htmlentity.cpp.

◆ rtf

const char* HtmlEntityInfo::rtf

Definition at line 36 of file htmlentity.cpp.

◆ symb

HtmlEntityMapper::SymType HtmlEntityInfo::symb

Definition at line 28 of file htmlentity.cpp.

◆ UTF8

const char* HtmlEntityInfo::UTF8

Definition at line 30 of file htmlentity.cpp.

◆ xml

const char* HtmlEntityInfo::xml

Definition at line 32 of file htmlentity.cpp.


The documentation for this struct was generated from the following file: