Doxygen
|
First pass comment processing. More...
#include <string>
Go to the source code of this file.
Functions | |
void | convertCppComments (const std::string &inBuf, std::string &outBuf, const std::string &fn) |
Converts the comments in a file. | |
First pass comment processing.
Definition in file commentcnv.h.
void convertCppComments | ( | const std::string & | inBuf, |
std::string & | outBuf, | ||
const std::string & | fn ) |
Converts the comments in a file.
inBuf | input buffer holding the file content. |
outBuf | output buffer to which the results after conversion are written to. |
fn | the name of the file from which the comments originate. |
The following is converted:
This function does three things:
Definition at line 1915 of file commentcnv.l.
References clearCommentStack(), Debug::CommentCnv, Config_getBool, convertFileNameFortranParserCode(), QCString::data(), FALSE, Fortran, getLanguageFromFileName(), Debug::isFlagSet(), Debug::Lex_commentcnv, commentcnvYY_CondCtx::lineNr, Markdown, Debug::print(), qPrint(), recognizeFixedForm(), commentcnvYY_CondCtx::sectionId, QCString::setNum(), QCString::sprintf(), QCString::stripWhiteSpace(), TRUE, warn, and yylex().
Referenced by generateHtmlForComment(), and parseFile().