fixed a few doxygen warnings
This commit is contained in:
parent
618379ffd7
commit
4705026242
|
@ -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);
|
||||
|
||||
|
|
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue