|
Doxygen
|
#include "htmlhelp.h"#include <algorithm>#include <cstdio>#include <cstdlib>#include "config.h"#include "doxygen.h"#include "filedef.h"#include "fileinfo.h"#include "language.h"#include "linkedmap.h"#include "memberdef.h"#include "message.h"#include "portable.h"#include "regex.h"#include "util.h"Go to the source code of this file.
Classes | |
| class | HtmlHelpRecoder |
| Helper class to deal with recoding the UTF8 encoded text back to the native encoding specified by CHM_INDEX_ENCODING. More... | |
| struct | IndexField |
| Class representing a field in the HTML help index. More... | |
| class | HtmlHelpIndex |
| A helper class for HtmlHelp that manages a two level index in alphabetical order. More... | |
| class | HtmlHelp::Private |
Functions | |
| static DString | field2URL (const IndexField *f, bool checkReversed) |
| static DString | convertToHtmlAndTruncate (const DString &s) |
Definition at line 183 of file htmlhelp.cpp.
References convertToHtml(), DString::left(), and DString::length().
Referenced by HtmlHelpIndex::writeFields().
|
static |
Definition at line 172 of file htmlhelp.cpp.
References addHtmlExtensionIfMissing(), IndexField::anchor, DString::empty(), IndexField::reversed, and IndexField::url.
Referenced by HtmlHelpIndex::writeFields().