aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-07-01 22:43:03 +0800
committerGitHub <noreply@github.com>2017-07-01 22:43:03 +0800
commit0446893bce2bbf97654459cc4153f91a4d959643 (patch)
treef7c706d38360d27696923d7baa69de5ceb5eaf9b /docs
parent9a607a445fd3dbdacd249aaea1f02aa9d3763dab (diff)
parent7471220cb4f60f0b3740a56b23df1274f22f3338 (diff)
downloaddexon-solidity-0446893bce2bbf97654459cc4153f91a4d959643.tar.gz
dexon-solidity-0446893bce2bbf97654459cc4153f91a4d959643.tar.zst
dexon-solidity-0446893bce2bbf97654459cc4153f91a4d959643.zip
Merge pull request #2496 from jamesray1/patch-24
Added ref for Getter functions
Diffstat (limited to 'docs')
-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
================