aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'diceparser.h')
-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);
/**