|
Code::Blocks
SVN r11506
|
#include <sdk.h>#include <wx/tokenzr.h>#include <wx/html/htmlwin.h>#include <cbstyledtextctrl.h>#include "doxygen_parser.h"#include "cbcolourmanager.h"#include "codecompletion.h"Go to the source code of this file.
Namespaces | |
| Doxygen | |
| HTMLTags | |
Variables | |
| static const wxString | HTMLTags::br = _T("<br>") |
| static const wxString | HTMLTags::sep = _T(" ") |
| static const wxString | HTMLTags::b1 = _T("<b>") |
| static const wxString | HTMLTags::b0 = _T("</b>") |
| static const wxString | HTMLTags::a1 = _T("<a>") |
| static const wxString | HTMLTags::a0 = _T("</a>") |
| static const wxString | HTMLTags::i1 = _T("<i>") |
| static const wxString | HTMLTags::i0 = _T("</i>") |
| static const wxString | HTMLTags::pre1 = _T("<pre>") |
| static const wxString | HTMLTags::pre0 = _T("</pre>") |
| static const wxString | HTMLTags::nbsp (_T(" ")) |
| static const wxString | HTMLTags::tab = nbsp + nbsp + nbsp |
1.8.13