diff options
author | djudjuu <julfaber@gmail.com> | 2017-05-22 21:47:09 +0800 |
---|---|---|
committer | djudjuu <julfaber@gmail.com> | 2017-05-24 20:48:32 +0800 |
commit | 0f7a9e8149a52a689bf47ba5d26d051278e80a29 (patch) | |
tree | c9ce7bc49e3c30d2fb5ab033b58b01f6dbbe5dac /docs | |
parent | 8eead553aff1ec30c3d1b15ae9b2929b887ede49 (diff) | |
download | dexon-solidity-0f7a9e8149a52a689bf47ba5d26d051278e80a29.tar.gz dexon-solidity-0f7a9e8149a52a689bf47ba5d26d051278e80a29.tar.zst dexon-solidity-0f7a9e8149a52a689bf47ba5d26d051278e80a29.zip |
add legacy/compact AST-format options to CL
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) |