diff options
author | chriseth <c@ethdev.com> | 2015-12-22 00:37:08 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2015-12-22 00:37:08 +0800 |
commit | 6b711d0527823ff6287fe869579260bb27feacdd (patch) | |
tree | 553903b32bf3a51c7ceb6a8d9eb23364cd3cf143 /docs/contracts.rst | |
parent | eae71cee9dee2eec5149004d4e97297a00b6f1cc (diff) | |
parent | 8fe89455b378acae43898185f6c9c0f67dba967e (diff) | |
download | dexon-solidity-6b711d0527823ff6287fe869579260bb27feacdd.tar.gz dexon-solidity-6b711d0527823ff6287fe869579260bb27feacdd.tar.zst dexon-solidity-6b711d0527823ff6287fe869579260bb27feacdd.zip |
Merge pull request #316 from chriseth/docs
Fixes in the misc section.
Diffstat (limited to 'docs/contracts.rst')
-rw-r--r-- | docs/contracts.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/contracts.rst b/docs/contracts.rst index 16809586..1d292c25 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -124,6 +124,8 @@ This means that cyclic creation dependencies are impossible. .. index:: ! visibility, external, public, private, internal +.. _visibility-and-accessors: + ************************ Visibility and Accessors ************************ @@ -232,6 +234,8 @@ is no good way to provide the key for the mapping. .. index:: ! function;modifier +.. _modifiers: + ****************** Function Modifiers ****************** |