fixed doxygen warnings

This commit is contained in:
Daniel Marjamäki 2010-12-30 22:13:31 +01:00
parent 742f5897b9
commit d005245188
2 changed files with 3 additions and 2 deletions

View File

@ -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;

View File

@ -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[],