diff options
| author | 2015-04-30 11:09:04 +0200 | |
|---|---|---|
| committer | 2015-04-30 11:09:04 +0200 | |
| commit | e1429844d3c7c2feeec8291084fb7f36e9ef38af (patch) | |
| tree | 352d0bcac94201727e75ae55c0ba0da5d1aaf7cb /parsingtoolbox.h | |
| parent | 5c73a6cb13b8c301d0e60f916998c3e683a2b043 (diff) | |
| download | OneRoll-e1429844d3c7c2feeec8291084fb7f36e9ef38af.tar.gz OneRoll-e1429844d3c7c2feeec8291084fb7f36e9ef38af.zip | |
add comments and gpl header to those files for better documentation in doxygen
Diffstat (limited to 'parsingtoolbox.h')
| -rw-r--r-- | parsingtoolbox.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/parsingtoolbox.h b/parsingtoolbox.h index d7fdc31..8958550 100644 --- a/parsingtoolbox.h +++ b/parsingtoolbox.h @@ -30,7 +30,8 @@ #include "range.h" /** - * @brief The ParsingToolBox class - gathering tools + * @brief The ParsingToolBox is gathering many useful methods for dice parsing. + * Its goal is to make the diceparser a bit lighter. */ class ParsingToolBox { |