diff options
| author | 2018-12-14 13:56:05 +0100 | |
|---|---|---|
| committer | 2018-12-14 13:56:05 +0100 | |
| commit | 27709cc074cf34a866e0f57e2546e1e1bdf708b7 (patch) | |
| tree | 1b3207bba55fa139bb460d975ba63819ca6e46bc | |
| parent | 2bc5127c35fdcee517796f29109aa15cb19fa60d (diff) | |
| download | OneRoll-27709cc074cf34a866e0f57e2546e1e1bdf708b7.tar.gz OneRoll-27709cc074cf34a866e0f57e2546e1e1bdf708b7.zip | |
add comment
| -rw-r--r-- | diceparser.h | 3 |
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); /** |