aboutsummaryrefslogtreecommitdiffstats
path: root/ASTPrinter.h
diff options
context:
space:
mode:
authorChristian <c@ethdev.com>2014-10-23 23:06:12 +0800
committerChristian <c@ethdev.com>2014-10-25 01:38:48 +0800
commitb2f12991dbb30193386e6d3ff16e2fc46fa2289a (patch)
treebb23f19dc832daf8296bdbda9d2b95cba93414fb /ASTPrinter.h
parent59b5e950f42781c083d14a210845148b01e39eb2 (diff)
downloaddexon-solidity-b2f12991dbb30193386e6d3ff16e2fc46fa2289a.tar
dexon-solidity-b2f12991dbb30193386e6d3ff16e2fc46fa2289a.tar.gz
dexon-solidity-b2f12991dbb30193386e6d3ff16e2fc46fa2289a.tar.bz2
dexon-solidity-b2f12991dbb30193386e6d3ff16e2fc46fa2289a.tar.lz
dexon-solidity-b2f12991dbb30193386e6d3ff16e2fc46fa2289a.tar.xz
dexon-solidity-b2f12991dbb30193386e6d3ff16e2fc46fa2289a.tar.zst
dexon-solidity-b2f12991dbb30193386e6d3ff16e2fc46fa2289a.zip
Some documentation.
Diffstat (limited to 'ASTPrinter.h')
-rw-r--r--ASTPrinter.h1
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: