diff options
author | chriseth <chris@ethereum.org> | 2017-05-29 20:24:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-29 20:24:55 +0800 |
commit | 002df12d13fb423be641878a20b73bd10f90a6df (patch) | |
tree | ab296de4cf368e64d4772aa36a616ab3b303747f /docs | |
parent | 2c4a107f431735a41444c5965f191f93fefb263e (diff) | |
parent | 1131c5035f37e3b4821dedb207e8d6acb5967a0d (diff) | |
download | dexon-solidity-002df12d13fb423be641878a20b73bd10f90a6df.tar.gz 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.rst | 2 |
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) |