address all reference errors after backporting changes to 3.4 branch

This commit is contained in:
Nathan Lovato
2021-11-25 18:29:49 -06:00
parent 3afb35c52d
commit 8efde7f69f
29 changed files with 42 additions and 43 deletions

View File

@@ -1357,6 +1357,8 @@ See :ref:`doc_running_code_in_the_editor` for more information.
scripts run their code in the editor, misusing them may lead to
crashing the editor.
.. _doc_gdscript_basics_memory_management:
Memory management
~~~~~~~~~~~~~~~~~

View File

@@ -27,8 +27,10 @@ special export syntax is provided.
.. note::
Exporting properties can also be done in other languages such as C#.
The syntax varies depending on the language. See :ref:`doc_c_sharp_exports`
for information on C# exports.
The syntax varies depending on the language.
..
See ref `doc_c_sharp_exports` for information on C# exports.
Examples
--------