diff options
Diffstat (limited to 'ASTPrinter.h')
-rw-r--r-- | ASTPrinter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ASTPrinter.h b/ASTPrinter.h index 14592e2b..74e0837f 100644 --- a/ASTPrinter.h +++ b/ASTPrinter.h @@ -30,6 +30,7 @@ namespace dev namespace solidity { +/// Pretty-printer for the abstract syntax tree (the "pretty" is arguable) for debugging purposes. class ASTPrinter: public ASTVisitor { public: |