mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
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:
commit
25c63dde28
@ -485,6 +485,8 @@ value types and strings.
|
|||||||
Functions
|
Functions
|
||||||
*********
|
*********
|
||||||
|
|
||||||
|
.. _function-parameters-return-variables:
|
||||||
|
|
||||||
Function Parameters and 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
|
:ref:`function-calls` can happen internally or externally
|
||||||
and have different levels of :ref:`visibility<visibility-and-getters>`
|
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:
|
.. _structure-function-modifiers:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user