mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add link between functions in contract structure and more details
Fix missing label
This commit is contained in:
parent
a73df9bc18
commit
32c3f6c817
@ -485,6 +485,8 @@ value types and strings.
|
||||
Functions
|
||||
*********
|
||||
|
||||
.. _function-parameters-return-variables:
|
||||
|
||||
Function Parameters and Return Variables
|
||||
========================================
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user