From b2f12991dbb30193386e6d3ff16e2fc46fa2289a Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 23 Oct 2014 17:06:12 +0200 Subject: Some documentation. --- ASTPrinter.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ASTPrinter.h') 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: -- cgit v1.2.3