aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.h
diff options
context:
space:
mode:
authorRenaud Guezennec <renaud.guezennec@softbankrobotics.com>2017-11-28 15:48:18 +0100
committerRenaud Guezennec <renaud.guezennec@softbankrobotics.com>2017-11-28 15:48:18 +0100
commitc0c6378cb05de97ecc1ff0be4e66624e6a9bdb3b (patch)
tree5e250db48158f73a9442ca60396c5bb51b787fa4 /diceparser.h
parent9f08ef2435310b9b6910ac838d3895996a48ec66 (diff)
downloadOneRoll-c0c6378cb05de97ecc1ff0be4e66624e6a9bdb3b.tar.gz
OneRoll-c0c6378cb05de97ecc1ff0be4e66624e6a9bdb3b.zip
-Better indentation
Diffstat (limited to 'diceparser.h')
-rw-r--r--diceparser.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/diceparser.h b/diceparser.h
index 9b00d72..6c9915d 100644
--- a/diceparser.h
+++ b/diceparser.h
@@ -91,10 +91,10 @@ public:
* @brief DiceParser default constructor
*/
DiceParser();
- /**
- * @brief ~DiceParser
- */
- virtual ~DiceParser();
+ /**
+ * @brief ~DiceParser
+ */
+ virtual ~DiceParser();
/**
* @brief parseLine, method to call for starting the dice roll. It will parse the command and run the execution tree.
@@ -273,11 +273,11 @@ private:
*/
bool readOption(QString&,ExecutionNode* node);//OptionOperator& option,
- /**
- * @brief addRollDiceNode
- * @param faces
- * @return
- */
+ /**
+ * @brief addRollDiceNode
+ * @param faces
+ * @return
+ */
DiceRollerNode* addRollDiceNode(qint64 faces,ExecutionNode*);
/**
* @brief addExploseDiceNode
@@ -286,11 +286,11 @@ private:
* @return
*/
ExploseDiceNode* addExploseDiceNode(qint64 faces,ExecutionNode* previous);
- /**
- * @brief readOperand
- * @param node
- * @return
- */
+ /**
+ * @brief readOperand
+ * @param node
+ * @return
+ */
bool readOperand(QString&,ExecutionNode* & node);
/**