diff options
author | Christian <c@ethdev.com> | 2014-10-28 23:51:26 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2014-10-28 23:51:26 +0800 |
commit | 933fbd7d60006092cd8846cc164188f7ad41460f (patch) | |
tree | ea0e55efa7ef364cb966ae3e8a019a7ccfa53866 /ASTPrinter.h | |
parent | fae8ca001ef33041b5ba5debc5a71ecc3eb5645b (diff) | |
download | dexon-solidity-933fbd7d60006092cd8846cc164188f7ad41460f.tar.gz dexon-solidity-933fbd7d60006092cd8846cc164188f7ad41460f.tar.zst dexon-solidity-933fbd7d60006092cd8846cc164188f7ad41460f.zip |
Asterisk-syntax for doxygen class documentation.
Diffstat (limited to 'ASTPrinter.h')
-rw-r--r-- | ASTPrinter.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ASTPrinter.h b/ASTPrinter.h index 74e0837f..97256c05 100644 --- a/ASTPrinter.h +++ b/ASTPrinter.h @@ -30,7 +30,9 @@ namespace dev namespace solidity { -/// Pretty-printer for the abstract syntax tree (the "pretty" is arguable) for debugging purposes. +/** + * Pretty-printer for the abstract syntax tree (the "pretty" is arguable) for debugging purposes. + */ class ASTPrinter: public ASTVisitor { public: |