Add link between functions in contract structure and more details

Fix missing label
This commit is contained in:
Chris Ward 2018-11-30 10:27:18 +01:00
parent a73df9bc18
commit 32c3f6c817
2 changed files with 4 additions and 1 deletions

View File

@ -485,6 +485,8 @@ value types and strings.
Functions
*********
.. _function-parameters-return-variables:
Function Parameters and Return Variables
========================================

View File

@ -56,7 +56,8 @@ Functions are the executable units of code within a contract.
:ref:`function-calls` can happen internally or externally
and have different levels of :ref:`visibility<visibility-and-getters>`
towards other contracts.
towards other contracts. :ref:`Functions<functions>` accept :ref:`parameters and return variables<function-parameters-return-variables>` to pass parameters
and values between them.
.. _structure-function-modifiers: