fixed a few doxygen warnings

This commit is contained in:
Daniel Marjamäki 2011-10-16 17:16:07 +02:00
parent 618379ffd7
commit 4705026242
3 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@ protected:
/**
* @brief Test if filename matches the filename extensions filtering.
* @param true if filename matches filtering.
* @return true if filename matches filtering.
*/
bool FilterMatches(const QFileInfo &inf);

View File

@ -82,7 +82,7 @@ public:
/**
* @brief Set active translation.
* @param ISO 639 language code for new selected translation.
* @param code ISO 639 language code for new selected translation.
* @param error Returns error string if selection fails.
* @return true if succeeds, false otherwise.
*

View File

@ -542,7 +542,7 @@ public:
/**
* @brief parse and save array dimension information
* @param dimensions array dimensions vector
* @param tokenizer tokenizer pointer
* @param tok the first '[' token of array declaration
* @return true if array, false if not
*/
bool arrayDimensions(std::vector<Dimension> &dimensions, const Token *tok) const;