aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ray <james.ray0001@gmail.com>2017-07-01 11:29:20 +0800
committerGitHub <noreply@github.com>2017-07-01 11:29:20 +0800
commit7471220cb4f60f0b3740a56b23df1274f22f3338 (patch)
treefa82b84c0a6dda905f66c5a5a0df9496bdea282b
parentb3be9d6fdc195519eccce22f07af5ee42af399ed (diff)
downloaddexon-solidity-7471220cb4f60f0b3740a56b23df1274f22f3338.tar.gz
dexon-solidity-7471220cb4f60f0b3740a56b23df1274f22f3338.tar.zst
dexon-solidity-7471220cb4f60f0b3740a56b23df1274f22f3338.zip
Added ref for Getter functions
-rw-r--r--docs/contracts.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/contracts.rst b/docs/contracts.rst
index 356fa90d..e9ea1b3b 100644
--- a/docs/contracts.rst
+++ b/docs/contracts.rst
@@ -244,6 +244,7 @@ In the following example, ``D``, can call ``c.getData()`` to retrieve the value
}
.. index:: ! getter;function, ! function;getter
+.. _getter_functions:
Getter Functions
================