Classes | Macros | Variables
htmlentity.cpp File Reference
#include "htmlentity.h"
#include "message.h"
#include "ftextstream.h"

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))
 

Macro Definition Documentation

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

Variable Documentation

struct htmlEntityInfo g_htmlEntities[]
static
const int g_numberHtmlMappedCmds = 11
static

Number of doxygen commands mapped as if it were HTML entities.

Definition at line 21 of file htmlentity.cpp.

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

Definition at line 320 of file htmlentity.cpp.