diff options
author | chriseth <chris@ethereum.org> | 2017-07-01 22:43:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-01 22:43:03 +0800 |
commit | 0446893bce2bbf97654459cc4153f91a4d959643 (patch) | |
tree | f7c706d38360d27696923d7baa69de5ceb5eaf9b | |
parent | 9a607a445fd3dbdacd249aaea1f02aa9d3763dab (diff) | |
parent | 7471220cb4f60f0b3740a56b23df1274f22f3338 (diff) | |
download | dexon-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
-rw-r--r-- | docs/contracts.rst | 1 |
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 ================ |