Merge pull request #5553 from ethereum/docs-add-link-structure

DOCS: Add link between functions in contract structure and more details
This commit is contained in:
chriseth
2018-12-03 10:41:39 +01:00
committed by GitHub
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -485,6 +485,8 @@ value types and strings.
Functions
*********
.. _function-parameters-return-variables:
Function Parameters and Return Variables
========================================
+2 -1
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: