From 4ae65ea45479e4b3f9bfb62b7c6b15b0086928cc Mon Sep 17 00:00:00 2001 From: Alexander Mai Date: Wed, 27 Feb 2013 21:05:18 +0100 Subject: [PATCH] Fixed doxygen warnings --- lib/checkother.h | 2 +- lib/tokenize.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/checkother.h b/lib/checkother.h index f4d38eccd..edbeea45b 100644 --- a/lib/checkother.h +++ b/lib/checkother.h @@ -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. */ diff --git a/lib/tokenize.h b/lib/tokenize.h index 5c05695ec..d03d61580 100644 --- a/lib/tokenize.h +++ b/lib/tokenize.h @@ -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,