From 8fe89455b378acae43898185f6c9c0f67dba967e Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 21 Dec 2015 16:54:32 +0100 Subject: Fixes in the misc section. --- docs/contracts.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/contracts.rst') 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 ****************** -- cgit