diff options
author | holgerd77 <Holger.Drewes@googlemail.com> | 2016-02-19 19:05:56 +0800 |
---|---|---|
committer | holgerd77 <Holger.Drewes@googlemail.com> | 2016-02-19 19:05:56 +0800 |
commit | aec2f4879a34fc0242a3352a7e52da564fe49ab4 (patch) | |
tree | a18974b69e907cf514112d473ff0bf74d5fa1bd8 /docs/contracts.rst | |
parent | 448d1601ce4c90e33ab43d896d08d34d2b870843 (diff) | |
download | dexon-solidity-aec2f4879a34fc0242a3352a7e52da564fe49ab4.tar dexon-solidity-aec2f4879a34fc0242a3352a7e52da564fe49ab4.tar.gz dexon-solidity-aec2f4879a34fc0242a3352a7e52da564fe49ab4.tar.bz2 dexon-solidity-aec2f4879a34fc0242a3352a7e52da564fe49ab4.tar.lz dexon-solidity-aec2f4879a34fc0242a3352a7e52da564fe49ab4.tar.xz dexon-solidity-aec2f4879a34fc0242a3352a7e52da564fe49ab4.tar.zst dexon-solidity-aec2f4879a34fc0242a3352a7e52da564fe49ab4.zip |
Added in-depth links to function modifiers, structs and enums in structure section
Diffstat (limited to 'docs/contracts.rst')
-rw-r--r-- | docs/contracts.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/contracts.rst b/docs/contracts.rst index 45391cd9..691da7fe 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -359,6 +359,8 @@ possible. .. index:: ! event +.. _events: + ****** Events ****** |