Doxygen
|
#include <string>
Go to the source code of this file.
Functions | |
void | generateHtmlForComment (const std::string &fileName, 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 & | fileName, |
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().