doxygen
Functions
commentcnv.h File Reference

First pass comment processing. More...

Go to the source code of this file.

Functions

void convertCppComments (const BufStr &inBuf, BufStr &outBuf, const QCString &fileName)
 Converts the comments in a file. More...
 

Detailed Description

First pass comment processing.

Function Documentation

◆ convertCppComments()

void convertCppComments ( const BufStr inBuf,
BufStr outBuf,
const QCString fileName 
)

Converts the comments in a file.

Parameters
inBufinput buffer holding the file content.
outBufoutput buffer to which the results after conversion are written to.
fileNamethe name of the file from which the comments originate.

The following is converted:

  • C++ style multiline doxygen comments are converted to C style doxygen comments.
  • conditional sections are processed.
  • aliases are expanded.