Doxygen
|
#include "singlecomment.h"
#include "docnode.h"
#include "htmldocvisitor.h"
#include "commentscan.h"
#include "commentcnv.h"
#include "markdown.h"
#include "entry.h"
#include "outputlist.h"
Go to the source code of this file.
Functions | |
static void | generateHtmlOutput (const QCString &fileName, const QCString &doc) |
void | generateHtmlForComment (const std::string &fn, const std::string &text) |
Helper for implemented the -c option of doxygen, which produces HTML output for a given doxygen formatted string. | |
void generateHtmlForComment | ( | const std::string & | fn, |
const std::string & | text ) |
Helper for implemented the -c option of doxygen, which produces HTML output for a given doxygen formatted string.
Definition at line 44 of file singlecomment.cpp.
References convertCppComments(), CommentScanner::enterFile(), generateHtmlOutput(), CommentScanner::leaveFile(), Markdown, CommentScanner::parseCommentBlock(), Markdown::process(), and Public.
Referenced by parseInput().
Definition at line 25 of file singlecomment.cpp.
References OutputCodeList::add(), createDocParser(), qPrint(), DocNodeAST::root, TextStream::str(), and validatingParseDoc().
Referenced by generateHtmlForComment().