aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-05-05 07:03:46 +0200
committerRenaud G <renaud@rolisteam.org>2015-05-05 07:03:46 +0200
commite844799045b0b3a4d8a968e011c96c10003d4256 (patch)
tree1e0d159489152769c87295e5c33e574d25ebc6a6 /diceparser.h
parent590fc6528b09bf1abbd90caf31053cd5ef6b439b (diff)
parent6dbf254b7d5b19b77eb4716b24a1768f48b11248 (diff)
downloadOneRoll-e844799045b0b3a4d8a968e011c96c10003d4256.tar.gz
OneRoll-e844799045b0b3a4d8a968e011c96c10003d4256.zip
Merge branch 'master' of github.com:obiwankennedy/DiceParser
Diffstat (limited to 'diceparser.h')
-rw-r--r--diceparser.h13
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