Added ref for Getter functions

This commit is contained in:
James Ray 2017-07-01 13:29:20 +10:00 committed by GitHub
parent b3be9d6fdc
commit 7471220cb4

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