зеркало из https://github.com/mozilla/pjs.git
Four small cosmetic changes... got tired of Doxygen complaining
This commit is contained in:
Родитель
33e3c44350
Коммит
8a73e3718e
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче