Go to the source code of this file.
Classes | |
struct | htmlEntityInfo |
Structure defining all HTML4 entities, doxygen extensions and doxygen commands representing special symbols. More... | |
Macros | |
#define | SYM(s) DocSymbol::Sym_##s,"&"#s";" |
Variables | |
static const int | g_numberHtmlMappedCmds = 11 |
Number of doxygen commands mapped as if it were HTML entities. More... | |
static struct htmlEntityInfo | g_htmlEntities [] |
static const int | g_numHtmlEntities = (int)(sizeof(g_htmlEntities)/ sizeof(*g_htmlEntities)) |
|
static |
|
static |
Number of doxygen commands mapped as if it were HTML entities.
Definition at line 21 of file htmlentity.cpp.
|
static |
Definition at line 320 of file htmlentity.cpp.