Go to the source code of this file.
void convertCppComments |
( |
BufStr * |
inBuf, |
|
|
BufStr * |
outBuf, |
|
|
const char * |
fileName |
|
) |
| |
This function does three things:
- It converts multi-line C++ style comment blocks (that are aligned) to C style comment blocks (if MULTILINE_CPP_IS_BRIEF is set to NO).
- It replaces aliases with their definition (see ALIASES)
- It handles conditional sections (cond...endcond blocks)
Definition at line 3717 of file commentcnv.cpp.
3759 "a corresponding \\endcond command within this file.",sectionInfo.
data());
3768 if (!first) tmp +=
", ";
void msg(const char *fmt,...)
void printlex(int dbg, bool enter, const char *lexName, const char *fileName)
const char * data() const
#define Config_getBool(val)
void warn(const char *file, int line, const char *fmt,...)
QCString & sprintf(const char *format,...)
QCString & setNum(short n)
SrcLangExt getLanguageFromFileName(const QCString fileName)
static bool isFlagSet(DebugMask mask)