fixed doxygen warnings
This commit is contained in:
parent
742f5897b9
commit
d005245188
|
@ -181,7 +181,7 @@ public:
|
||||||
bool reportProgress;
|
bool reportProgress;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Is there any #if configurations in the source code?
|
* @brief Is there any preprocessor configurations in the source code?
|
||||||
* As usual, include guards are not counted.
|
* As usual, include guards are not counted.
|
||||||
*/
|
*/
|
||||||
bool ifcfg;
|
bool ifcfg;
|
||||||
|
|
|
@ -77,7 +77,8 @@ public:
|
||||||
*
|
*
|
||||||
* @param FileName The filename
|
* @param FileName The filename
|
||||||
* @param configuration E.g. "A" for code where "#ifdef A" is true
|
* @param configuration E.g. "A" for code where "#ifdef A" is true
|
||||||
* @return false if Source code contains syntax errors
|
* @param preprocessorCondition Set this flag to true if the code is a preprocessor condition. It disables some simplifications
|
||||||
|
* @return false if source code contains syntax errors
|
||||||
*/
|
*/
|
||||||
bool tokenize(std::istream &code,
|
bool tokenize(std::istream &code,
|
||||||
const char FileName[],
|
const char FileName[],
|
||||||
|
|
Loading…
Reference in New Issue