Merge pull request #9144 from igorline/fix-semantic-urls

Fix semantic urls for function and modifier overriding in documentation
This commit is contained in:
chriseth
2020-06-08 13:58:40 +02:00
committed by GitHub
+4 -4
View File
@@ -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
virtual method lookup.
.. _function-overriding:
.. index:: ! overriding;function
.. _function-overriding:
Function Overriding
===================
@@ -317,10 +317,10 @@ of the variable:
While public state variables can override external functions, they themselves cannot
be overridden.
.. _modifier-overriding:
.. index:: ! overriding;modifier
.. _modifier-overriding:
Modifier Overriding
===================