Doxygen
|
#include <algorithm>
#include <memory>
#include <string.h>
#include <vector>
#include <cassert>
#include <mutex>
#include "config.h"
#include "debug.h"
#include "doxygen.h"
#include "groupdef.h"
#include "memberdef.h"
#include "message.h"
#include "qhp.h"
#include "textstream.h"
#include "util.h"
#include "portable.h"
#include "language.h"
#include "version.h"
Go to the source code of this file.
Classes | |
class | QhpSectionTree |
struct | QhpSectionTree::Node |
class | Qhp::Private |
Functions | |
static void | writeIndent (TextStream &t, int indent) |
static QCString | getFullProjectName () |
static QCString | makeFileName (const QCString &withoutExtension) |
static QCString | makeRef (const QCString &withoutExtension, const QCString &anchor) |
Variables | |
static std::once_flag | g_blankWritten |
|
static |
Definition at line 161 of file qhp.cpp.
References Config_getString, and QCString::isEmpty().
Referenced by Qhp::initialize().
Definition at line 170 of file qhp.cpp.
References addHtmlExtensionIfMissing(), QCString::at(), QCString::isEmpty(), and QCString::mid().
Referenced by makeRef().
Definition at line 187 of file qhp.cpp.
References QCString::isEmpty(), and makeFileName().
Referenced by Qhp::addContentsItem(), Crawlmap::addIndexItem(), and Qhp::addIndexItem().
|
inlinestatic |
Definition at line 37 of file qhp.cpp.
References Debug::isFlagSet(), and Debug::Qhp.
Referenced by Qhp::addIndexItem(), Qhp::finalize(), generateXMLForPage(), Qhp::initialize(), QhpSectionTree::traverse(), HtmlGenerator::writeLocalToc(), and QhpSectionTree::writeToc().
|
static |
Definition at line 34 of file qhp.cpp.
Referenced by Qhp::addContentsItem().