Four small cosmetic changes... got tired of Doxygen complaining

This commit is contained in:
allan%beaufour.dk 2005-01-25 12:07:19 +00:00
Родитель 33e3c44350
Коммит 8a73e3718e
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -258,7 +258,7 @@ protected:
* Evaluates the expression for the given node and returns the boolean result.
*
* @param aNode The node to evaluate
* @param res The result of the evaluation
* @param aRes The result of the evaluation
*/
nsresult BooleanExpression(nsXFormsMDGNode *aNode,
PRBool &aRes);

Просмотреть файл

@ -143,7 +143,7 @@ public:
* @param aFlag The flag
* @return The flag state
*/
PRBool TestAndClear(eFlag_t aFlags);
PRBool TestAndClear(eFlag_t aFlag);
/**
* Get flag state and set flag.
@ -151,7 +151,7 @@ public:
* @param aFlag The flag
* @return The flag state
*/
PRBool TestAndSet(eFlag_t aFlags);
PRBool TestAndSet(eFlag_t aFlag);
/**
* Get flag state
@ -159,7 +159,7 @@ public:
* @param aFlag The flag
* @return The flag state
*/
PRBool Test(eFlag_t aFlags) const;
PRBool Test(eFlag_t aFlag) const;
// Check states
PRBool IsValid() const;