aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2018-12-14 13:56:05 +0100
committerRenaud G <renaud@rolisteam.org>2018-12-14 13:56:05 +0100
commit27709cc074cf34a866e0f57e2546e1e1bdf708b7 (patch)
tree1b3207bba55fa139bb460d975ba63819ca6e46bc
parent2bc5127c35fdcee517796f29109aa15cb19fa60d (diff)
downloadOneRoll-27709cc074cf34a866e0f57e2546e1e1bdf708b7.tar.gz
OneRoll-27709cc074cf34a866e0f57e2546e1e1bdf708b7.zip
add comment
-rw-r--r--diceparser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/diceparser.h b/diceparser.h
index 6197e6b..6c31880 100644
--- a/diceparser.h
+++ b/diceparser.h
@@ -112,7 +112,8 @@ public:
*/
bool readExpression(QString& str,ExecutionNode* & node);
/**
- * @brief displayDotTree
+ * @brief displayDotTree - Write the execution tree into file using dot format.
+ * @param filepath absolute or relative path to the tree file.
*/
void writeDownDotTree(QString filepath);
/**