diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2016-11-16 21:20:34 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-02-09 05:53:07 +0800 |
commit | 04089edc4e651493f7596bf2372c7c0487fc2dad (patch) | |
tree | bca13cc96ce7622f65502d6213528059034ed5c1 /docs | |
parent | 0b3f1a5378daa4075820a6be94afb2d9106c3ebd (diff) | |
download | dexon-solidity-04089edc4e651493f7596bf2372c7c0487fc2dad.tar.gz dexon-solidity-04089edc4e651493f7596bf2372c7c0487fc2dad.tar.zst dexon-solidity-04089edc4e651493f7596bf2372c7c0487fc2dad.zip |
Add missing fields
Diffstat (limited to 'docs')
-rw-r--r-- | docs/using-the-compiler.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst index 72166f18..a49bfb8e 100644 --- a/docs/using-the-compiler.rst +++ b/docs/using-the-compiler.rst @@ -167,7 +167,10 @@ Regular Output ewasm: { wast: // S-expression format wasm: // - } + }, + userdoc: // Obsolete + devdoc: // Obsolete + natspec: // Combined dev+userdoc } }, formal: { |