Merge pull request #5932 from ethereum/jsonDocFix

Fix ast in output selection in standard json doc.
This commit is contained in:
chriseth 2019-02-05 16:46:11 +01:00 committed by GitHub
commit d5771072f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -248,7 +248,9 @@ Input Description
"*": [ "*": [
"metadata", "evm.bytecode" // Enable the metadata and bytecode outputs of every single contract. "metadata", "evm.bytecode" // Enable the metadata and bytecode outputs of every single contract.
, "evm.bytecode.sourceMap" // Enable the source map output of every single contract. , "evm.bytecode.sourceMap" // Enable the source map output of every single contract.
, "ast" // Enable the AST output of every single file. ],
"": [
"ast" // Enable the AST output of every single file.
] ]
}, },
// Enable the abi and opcodes output of MyContract defined in file def. // Enable the abi and opcodes output of MyContract defined in file def.