My Project
|
Go to the source code of this file.
Classes | |
class | MarkdownFileParser |
Functions | |
QCString | processMarkdown (const QCString &fileName, const int lineNr, Entry *e, const QCString &s) |
QCString | markdownFileNameToId (const QCString &fileName) |
QCString markdownFileNameToId | ( | const QCString & | fileName | ) |
Definition at line 2373 of file markdown.cpp.
References stripFromPath(), and substitute().
Referenced by DocRef::DocRef(), and MarkdownFileParser::parseInput().
QCString processMarkdown | ( | const QCString & | fileName, |
const int | lineNr, | ||
Entry * | e, | ||
const QCString & | s | ||
) |
processes string s and converts markdown into doxygen/html commands.
Definition at line 2327 of file markdown.cpp.
References GrowBuf::addChar(), GrowBuf::clear(), detab(), g_actions, g_fileName, g_lineNr, g_linkRefs(), GrowBuf::get(), Config::init(), Debug::Markdown, Debug::print(), processBlocks(), processCodeSpan(), processEmphasis(), processHtmlTag(), processInline(), processLink(), processNmdash(), processQuotations(), processQuoted(), and processSpecialCommand().