diff options
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 ****************** |