Merge pull request #2496 from jamesray1/patch-24

Added ref for Getter functions
This commit is contained in:
chriseth 2017-07-01 16:43:03 +02:00 committed by GitHub
commit 0446893bce

View File

@ -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
================