|
Doxygen
|
#include <memory>#include "construct.h"#include "docparser.h"#include "index.h"#include "section.h"#include "textstream.h"#include "types.h"Go to the source code of this file.
Classes | |
| struct | DocLinkInfo |
| struct | SourceLinkInfo |
| class | OutputCodeIntf |
| Base class for code generators. More... | |
| class | OutputGenerator |
| Base class for shared implementation for all output generators. More... | |
| class | OutputGenIntf |
| Abstract interface for output generators. More... | |
Enumerations | |
| enum class | OutputType { List , Html , Latex , Man , RTF , Docbook , XML , Null , Extension , Recorder } |
Functions | |
| size_t | updateColumnCount (const char *s, size_t col) |
|
strong |
| Enumerator | |
|---|---|
| List | |
| Html | |
| Latex | |
| Man | |
| RTF | |
| Docbook | |
| XML | |
| Null | |
| Extension | |
| Recorder | |
Definition at line 56 of file outputgen.h.
| size_t updateColumnCount | ( | const char * | s, |
| size_t | col ) |
Definition at line 58 of file outputgen.cpp.
References Config_getInt, and getUTF8CharNumBytes().
Referenced by HtmlCodeGenerator::codify(), LatexCodeGenerator::codify(), ManCodeGenerator::codify(), RTFCodeGenerator::codify(), OutputGenIntf::endEmbeddedDoc(), writeDocbookCodeString(), and writeXMLCodeString().