diff options
| author | 2015-05-02 12:01:19 +0200 | |
|---|---|---|
| committer | 2015-05-02 12:01:19 +0200 | |
| commit | 479b96210a01c152d5498e97cd66c47258918c49 (patch) | |
| tree | 0cb099c56e2000240d113581b05d11d7898b9b02 /booleancondition.h | |
| parent | e1429844d3c7c2feeec8291084fb7f36e9ef38af (diff) | |
| download | OneRoll-479b96210a01c152d5498e97cd66c47258918c49.tar.gz OneRoll-479b96210a01c152d5498e97cd66c47258918c49.zip | |
-Add gpl header or/and add class description for doxygen.
Diffstat (limited to 'booleancondition.h')
| -rw-r--r-- | booleancondition.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/booleancondition.h b/booleancondition.h index 8de8854..cb37b9e 100644 --- a/booleancondition.h +++ b/booleancondition.h @@ -24,7 +24,10 @@ #include <Qt> #include "validator.h" - +/** + * @brief The BooleanCondition class is a Validator class checking validity from logic expression. + * It manages many operators (see : @ref LogicOperator). + */ class BooleanCondition : public Validator { public: |