doxygen
|
Helper class to process markdown formatted text. More...
#include <markdown.h>
Public Member Functions | |
Markdown (const QCString &fileName, int lineNr, int indentLevel=0) | |
QCString | process (const QCString &input, int &startNewlines, bool fromParseInput=false) |
QCString | extractPageTitle (QCString &docs, QCString &id, int &prepend, bool &isIdGenerated) |
void | setIndentLevel (int level) |
Helper class to process markdown formatted text.