fixed doxygen warnings about undocumented function parameters

This commit is contained in:
Daniel Marjamäki 2011-03-31 19:16:43 +02:00
parent faaff942d2
commit 0dbf5c6151
2 changed files with 4 additions and 4 deletions

View File

@ -146,7 +146,7 @@ protected:
/**
* Cleanup 'if 0' from the code
* @param str Code processed by read().
* @param code Code processed by read().
* @return code without 'if 0'
*/
static std::string removeIf0(const std::string &code);

View File

@ -164,7 +164,7 @@ public:
/**
* @brief Returns true if the file name matches a previously added file or glob pattern.
* @param name File name to check
* @param file File name to check
* @param line Line number
* @return true if this filename/line matches
*/
@ -172,7 +172,7 @@ public:
/**
* @brief Returns true if the file name matches a previously added file (only, not glob pattern).
* @param name File name to check
* @param file File name to check
* @param line Line number
* @return true if this filename/line matches
*/
@ -191,7 +191,7 @@ public:
/**
* @brief Don't show the given error.
* @param str Description of error to suppress (in id:file:line format).
* @param line Description of error to suppress (in id:file:line format).
* @return error message. empty upon success
*/
std::string addSuppressionLine(const std::string &line);