Doxygen
|
#include <stdlib.h>
#include <string.h>
#include "message.h"
#include "mangen.h"
#include "config.h"
#include "util.h"
#include "doxygen.h"
#include "docparser.h"
#include "mandocvisitor.h"
#include "language.h"
#include "dir.h"
#include "utf8.h"
#include "datetime.h"
#include "portable.h"
#include "outputlist.h"
Go to the source code of this file.
Functions | |
static QCString | getExtension () |
static QCString | getSubdir () |
static QCString | docifyToString (const QCString &str) |
static QCString | objectLinkToString (const QCString &text) |
static QCString | buildFileName (const QCString &name) |
Definition at line 296 of file mangen.cpp.
References QCString::data(), getExtension(), QCString::isEmpty(), QCString::length(), and QCString::right().
Referenced by ManGenerator::startDoxyAnchor(), and ManGenerator::startFile().
Definition at line 79 of file mangen.cpp.
References QCString::data(), QCString::isEmpty(), QCString::length(), and QCString::reserve().
Referenced by RTFGenerator::docify(), objectLinkToString(), ManGenerator::writeInheritedSectionTitle(), and RTFGenerator::writeInheritedSectionTitle().
|
static |
Definition at line 36 of file mangen.cpp.
References QCString::at(), Config_getString, QCString::isEmpty(), QCString::length(), QCString::mid(), and QCString::prepend().
Referenced by buildFileName(), ManGenerator::endTitleHead(), and getSubdir().
|
static |
Definition at line 69 of file mangen.cpp.
References Config_getString, getExtension(), and QCString::isEmpty().
Referenced by ManGenerator::init(), ManGenerator::ManGenerator(), and ManGenerator::startDoxyAnchor().