Fixed doxygen warnings

This commit is contained in:
Alexander Mai 2013-02-27 21:05:18 +01:00 committed by Daniel Marjamäki
parent 8d682233d0
commit 4ae65ea454
2 changed files with 1 additions and 2 deletions

View File

@ -296,7 +296,7 @@ public:
/** @brief %Check for buffers that are filled incompletely with memset and similar functions */
void checkIncompleteArrayFill();
/** @brief %Check that variadic function calls don't use NULL. If NULL is #defined as 0 and the function expects a pointer, the behaviour is undefined. */
/** @brief %Check that variadic function calls don't use NULL. If NULL is \#defined as 0 and the function expects a pointer, the behaviour is undefined. */
void checkVarFuncNullUB();
/** @brief %Check that calling the POSIX pipe() system call is called with an integer array of size two. */

View File

@ -84,7 +84,6 @@ public:
*
* @param FileName The filename
* @param configuration E.g. "A" for code where "#ifdef A" is true
* @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,