mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #9144 from igorline/fix-semantic-urls
Fix semantic urls for function and modifier overriding in documentation
This commit is contained in:
commit
a29592e9fd
@ -194,10 +194,10 @@ not known in the context of the class where it is used,
|
|||||||
although its type is known. This is similar for ordinary
|
although its type is known. This is similar for ordinary
|
||||||
virtual method lookup.
|
virtual method lookup.
|
||||||
|
|
||||||
.. _function-overriding:
|
|
||||||
|
|
||||||
.. index:: ! overriding;function
|
.. index:: ! overriding;function
|
||||||
|
|
||||||
|
.. _function-overriding:
|
||||||
|
|
||||||
Function Overriding
|
Function Overriding
|
||||||
===================
|
===================
|
||||||
|
|
||||||
@ -317,10 +317,10 @@ of the variable:
|
|||||||
While public state variables can override external functions, they themselves cannot
|
While public state variables can override external functions, they themselves cannot
|
||||||
be overridden.
|
be overridden.
|
||||||
|
|
||||||
.. _modifier-overriding:
|
|
||||||
|
|
||||||
.. index:: ! overriding;modifier
|
.. index:: ! overriding;modifier
|
||||||
|
|
||||||
|
.. _modifier-overriding:
|
||||||
|
|
||||||
Modifier Overriding
|
Modifier Overriding
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user