From c4604c0e35ec914a9c81b2c85699e6235e13de33 Mon Sep 17 00:00:00 2001 From: Daniel Kirchner Date: Tue, 5 Feb 2019 16:33:55 +0100 Subject: [PATCH] Fix ast in output selection in standard json doc. --- docs/using-the-compiler.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst index d79df5c7e..b5f79b66b 100644 --- a/docs/using-the-compiler.rst +++ b/docs/using-the-compiler.rst @@ -248,7 +248,9 @@ Input Description "*": [ "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. - , "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.