diff options
Diffstat (limited to 'diceparser.h')
| -rw-r--r-- | diceparser.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/diceparser.h b/diceparser.h index 84c815b..fa56b0f 100644 --- a/diceparser.h +++ b/diceparser.h @@ -41,7 +41,7 @@ typedef QMap<int,ListDiceResult > ExportedDiceResult; class ExploseDiceNode; /** - * @mainpage DiceParser + * @page DiceParser * * The grammar is something like this: * @@ -58,7 +58,6 @@ class ExploseDiceNode; * */ -class Dice; /** * @brief The DiceParser class facade class, it receives a command and return a DiceResult class (not yet implemented). */ @@ -294,14 +293,4 @@ private: ParsingToolBox* m_parsingToolbox; }; -/** - * @brief The Dice class is a basic class to store dice. (May not be required any more). - */ -class Dice -{ -public: - DiceParser::DiceOperator m_diceOp; - int m_faces; -}; - #endif // DICEPARSER_H |