From c4c79b49084a7b600425613630f2a35da6b61514 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 26 Oct 2005 15:50:49 +0000 Subject: [PATCH] Fix some of the dox problems with renamed parameters, but don't finish them to remind me to bitch later about the lack of explanation what this whole reverse business is about (of course, the app's author is free to document in any style whatsoever, but the dox are less-than-useful like this). svn path=/trunk/KDE/kdeedu/kwordquiz/src/keduvocexpression.h; revision=474508 --- kwordquiz/keduvocexpression.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/kwordquiz/keduvocexpression.h b/kwordquiz/keduvocexpression.h index 8995bd1..7a38718 100644 --- a/kwordquiz/keduvocexpression.h +++ b/kwordquiz/keduvocexpression.h @@ -77,6 +77,7 @@ class KEduVocExpression /** Constructor for an expression in different languages * * @param expression expression + * @param lesson lesson number, 0 for none */ KEduVocExpression(const QString & expression, int lesson = 0); @@ -383,21 +384,21 @@ class KEduVocExpression /** set query count of given translation as int * * @param index index of translation - * @param rev_count dito, in opposite direction + * @param reverse dito, in opposite direction */ void setQueryCount(int index, count_t count, bool reverse = false); /** returns bad query count of given translation as int * * @param index index of translation - * @param rev_count dito, in opposite direction + * @param reverse dito, in opposite direction */ count_t badCount(int index, bool reverse = false) const; /** set bad query count of given translation as int * * @param index index of translation - * @param rev_count dito, in opposite direction + * @param reverse dito, in opposite direction */ void setBadCount(int index, count_t count, bool reverse = false); -- 2.47.3