Code::Blocks  SVN r11506
Variables
HTMLTags Namespace Reference

Variables

static const wxString br = _T("<br>")
 
static const wxString sep = _T(" ")
 
static const wxString b1 = _T("<b>")
 
static const wxString b0 = _T("</b>")
 
static const wxString a1 = _T("<a>")
 
static const wxString a0 = _T("</a>")
 
static const wxString i1 = _T("<i>")
 
static const wxString i0 = _T("</i>")
 
static const wxString pre1 = _T("<pre>")
 
static const wxString pre0 = _T("</pre>")
 
static const wxString nbsp (_T("&nbsp;"))
 
static const wxString tab = nbsp + nbsp + nbsp
 

Variable Documentation

◆ a0

const wxString HTMLTags::a0 = _T("</a>")
static

Definition at line 394 of file doxygen_parser.cpp.

◆ a1

const wxString HTMLTags::a1 = _T("<a>")
static

Definition at line 393 of file doxygen_parser.cpp.

◆ b0

const wxString HTMLTags::b0 = _T("</b>")
static

◆ b1

const wxString HTMLTags::b1 = _T("<b>")
static

◆ br

const wxString HTMLTags::br = _T("<br>")
static

◆ i0

const wxString HTMLTags::i0 = _T("</i>")
static

Definition at line 397 of file doxygen_parser.cpp.

◆ i1

const wxString HTMLTags::i1 = _T("<i>")
static

Definition at line 396 of file doxygen_parser.cpp.

◆ nbsp

const wxString HTMLTags::nbsp(_T("&nbsp;"))
static

◆ pre0

const wxString HTMLTags::pre0 = _T("</pre>")
static

Definition at line 400 of file doxygen_parser.cpp.

Referenced by DocumentationHelper::DoxygenToHTML().

◆ pre1

const wxString HTMLTags::pre1 = _T("<pre>")
static

Definition at line 399 of file doxygen_parser.cpp.

Referenced by DocumentationHelper::DoxygenToHTML().

◆ sep

const wxString HTMLTags::sep = _T(" ")
static

◆ tab

const wxString HTMLTags::tab = nbsp + nbsp + nbsp
static