Skip to main content

The HtmlEntityInfo Struct Reference

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

Declaration

struct HtmlEntityInfo { ... }

Public Member Attributes Index

HtmlEntityMapper::SymTypesymb
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::PerlSymbperl

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.

Public Member Attributes

docbook

const char* HtmlEntityInfo::docbook

Definition at line 33 of file htmlentity.cpp.

33 const char *docbook;

html

const char* HtmlEntityInfo::html

Definition at line 31 of file htmlentity.cpp.

31 const char *html;

item

const char* HtmlEntityInfo::item

Definition at line 29 of file htmlentity.cpp.

29 const char *item;

latex

const char* HtmlEntityInfo::latex

Definition at line 34 of file htmlentity.cpp.

34 const char *latex;

man

const char* HtmlEntityInfo::man

Definition at line 35 of file htmlentity.cpp.

35 const char *man;

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.

36 const char *rtf;

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.

30 const char *UTF8;

xml

const char* HtmlEntityInfo::xml

Definition at line 32 of file htmlentity.cpp.

32 const char *xml;

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


Generated via doxygen2docusaurus by Doxygen 1.14.0.