aboutsummaryrefslogtreecommitdiffstats
path: root/docs/using-the-compiler.rst
diff options
context:
space:
mode:
authordjudjuu <julfaber@gmail.com>2017-05-22 21:47:09 +0800
committerdjudjuu <julfaber@gmail.com>2017-05-24 20:48:32 +0800
commit0f7a9e8149a52a689bf47ba5d26d051278e80a29 (patch)
treec9ce7bc49e3c30d2fb5ab033b58b01f6dbbe5dac /docs/using-the-compiler.rst
parent8eead553aff1ec30c3d1b15ae9b2929b887ede49 (diff)
downloaddexon-solidity-0f7a9e8149a52a689bf47ba5d26d051278e80a29.tar
dexon-solidity-0f7a9e8149a52a689bf47ba5d26d051278e80a29.tar.gz
dexon-solidity-0f7a9e8149a52a689bf47ba5d26d051278e80a29.tar.bz2
dexon-solidity-0f7a9e8149a52a689bf47ba5d26d051278e80a29.tar.lz
dexon-solidity-0f7a9e8149a52a689bf47ba5d26d051278e80a29.tar.xz
dexon-solidity-0f7a9e8149a52a689bf47ba5d26d051278e80a29.tar.zst
dexon-solidity-0f7a9e8149a52a689bf47ba5d26d051278e80a29.zip
add legacy/compact AST-format options to CL
Diffstat (limited to 'docs/using-the-compiler.rst')
-rw-r--r--docs/using-the-compiler.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst
index 7aa997f8..7f82df70 100644
--- a/docs/using-the-compiler.rst
+++ b/docs/using-the-compiler.rst
@@ -119,7 +119,7 @@ Input Description
//
// The available output types are as follows:
// abi - ABI
- // ast - AST of all source files (not supported atm)
+ // ast - AST of all source files
// legacyAST - legacy AST of all source files
// devdoc - Developer documentation (natspec)
// userdoc - User documentation (natspec)