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