aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-05-29 20:24:55 +0800
committerGitHub <noreply@github.com>2017-05-29 20:24:55 +0800
commit002df12d13fb423be641878a20b73bd10f90a6df (patch)
treeab296de4cf368e64d4772aa36a616ab3b303747f /docs
parent2c4a107f431735a41444c5965f191f93fefb263e (diff)
parent1131c5035f37e3b4821dedb207e8d6acb5967a0d (diff)
downloaddexon-solidity-002df12d13fb423be641878a20b73bd10f90a6df.tar
dexon-solidity-002df12d13fb423be641878a20b73bd10f90a6df.tar.gz
dexon-solidity-002df12d13fb423be641878a20b73bd10f90a6df.tar.bz2
dexon-solidity-002df12d13fb423be641878a20b73bd10f90a6df.tar.lz
dexon-solidity-002df12d13fb423be641878a20b73bd10f90a6df.tar.xz
dexon-solidity-002df12d13fb423be641878a20b73bd10f90a6df.tar.zst
dexon-solidity-002df12d13fb423be641878a20b73bd10f90a6df.zip
Merge pull request #2287 from ethereum/legacyAstCLI
add legacy/compact AST-format options to CLI
Diffstat (limited to 'docs')
-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)