diff options
Diffstat (limited to 'diceresult.h')
| -rw-r--r-- | diceresult.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/diceresult.h b/diceresult.h index 9bd2cde..ff3edc3 100644 --- a/diceresult.h +++ b/diceresult.h @@ -25,7 +25,9 @@ #include "die.h" #include "result.h" - +/** + * @brief The DiceResult class + */ class DiceResult : public Result { public: |