diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2016-12-02 21:46:56 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-02-09 05:53:07 +0800 |
commit | 720cf20855b7695f3c2059c2e1c52e2cb2501995 (patch) | |
tree | 205f6e7eddb5662f1bb11734746b47ab6233eb8a /docs/using-the-compiler.rst | |
parent | d9f14e77371b09b419e6561cf847cd4d0e72bde0 (diff) | |
download | dexon-solidity-720cf20855b7695f3c2059c2e1c52e2cb2501995.tar.gz dexon-solidity-720cf20855b7695f3c2059c2e1c52e2cb2501995.tar.zst dexon-solidity-720cf20855b7695f3c2059c2e1c52e2cb2501995.zip |
Place into a code block
Diffstat (limited to 'docs/using-the-compiler.rst')
-rw-r--r-- | docs/using-the-compiler.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst index 0fec6c8c..dcd5e589 100644 --- a/docs/using-the-compiler.rst +++ b/docs/using-the-compiler.rst @@ -49,6 +49,8 @@ QUESTION: How to specific file-reading callback? - probably not as part of json The input description is language-specific and could change with each compiler version, but it should be backwards compatible if possible. +.. code-block:: none + { sources: { @@ -105,6 +107,7 @@ should be backwards compatible if possible. Regular Output -------------- +.. code-block:: none { errors: ["error1", "error2"], // we might structure them |