Doxygen
|
#include <algorithm>
#include <stdio.h>
#include <stdlib.h>
#include "htmlhelp.h"
#include "config.h"
#include "message.h"
#include "doxygen.h"
#include "language.h"
#include "portable.h"
#include "groupdef.h"
#include "memberdef.h"
#include "filedef.h"
#include "util.h"
#include "linkedmap.h"
#include "regex.h"
#include "fileinfo.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 QCString | field2URL (const IndexField *f, bool checkReversed) |
static QCString | convertToHtmlAndTruncate (const QCString &s) |
Definition at line 185 of file htmlhelp.cpp.
References convertToHtml(), QCString::left(), and QCString::length().
Referenced by HtmlHelpIndex::writeFields().
|
static |
Definition at line 174 of file htmlhelp.cpp.
References addHtmlExtensionIfMissing(), IndexField::anchor, QCString::isEmpty(), IndexField::reversed, and IndexField::url.
Referenced by HtmlHelpIndex::writeFields().