Public Attributes | List of all members
htmlEntityInfo Struct Reference

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

Public Attributes

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
 

Detailed Description

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 enitity (without the starting & and ending ;)

Definition at line 27 of file htmlentity.cpp.

Member Data Documentation

const char* htmlEntityInfo::docbook

Definition at line 34 of file htmlentity.cpp.

const char* htmlEntityInfo::html

Definition at line 32 of file htmlentity.cpp.

const char* htmlEntityInfo::item

Definition at line 30 of file htmlentity.cpp.

const char* htmlEntityInfo::latex

Definition at line 35 of file htmlentity.cpp.

const char* htmlEntityInfo::man

Definition at line 36 of file htmlentity.cpp.

DocSymbol::PerlSymb htmlEntityInfo::perl

Definition at line 38 of file htmlentity.cpp.

const char* htmlEntityInfo::rtf

Definition at line 37 of file htmlentity.cpp.

DocSymbol::SymType htmlEntityInfo::symb

Definition at line 29 of file htmlentity.cpp.

const char* htmlEntityInfo::UTF8

Definition at line 31 of file htmlentity.cpp.

const char* htmlEntityInfo::xml

Definition at line 33 of file htmlentity.cpp.


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