Ver Fonte

Merge pull request #86 from lioncash/doxygen

game_list: Amend doxygen parameter identifiers
bunnei há 8 anos atrás
pai
commit
5d38bb36c3
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/yuzu/game_list.cpp

+ 2 - 2
src/yuzu/game_list.cpp

@@ -137,8 +137,8 @@ GameList::SearchField::SearchField(GameList* parent) : QWidget{parent} {
  * Checks if all words separated by spaces are contained in another string
  * Checks if all words separated by spaces are contained in another string
  * This offers a word order insensitive search function
  * This offers a word order insensitive search function
  *
  *
- * @param String that gets checked if it contains all words of the userinput string
- * @param String containing all words getting checked
+ * @param haystack String that gets checked if it contains all words of the userinput string
+ * @param userinput String containing all words getting checked
  * @return true if the haystack contains all words of userinput
  * @return true if the haystack contains all words of userinput
  */
  */
 bool GameList::containsAllWords(QString haystack, QString userinput) {
 bool GameList::containsAllWords(QString haystack, QString userinput) {