summaryrefslogtreecommitdiffstats
path: root/modules/multiplayer/doc_classes/SceneReplicationConfig.xml
diff options
context:
space:
mode:
authorRedworkDE <10944644+RedworkDE@users.noreply.github.com>2023-05-29 15:36:42 +0200
committerRedworkDE <10944644+RedworkDE@users.noreply.github.com>2023-05-29 15:46:34 +0200
commit42ca35cfd7436232fa5cfc09ed94c9b177e9cc48 (patch)
tree5cc88cf3f003a5203f9cb643e2682e58fe21dd75 /modules/multiplayer/doc_classes/SceneReplicationConfig.xml
parent2f57da290796fbba7c141240bef22baf21615888 (diff)
downloadredot-engine-42ca35cfd7436232fa5cfc09ed94c9b177e9cc48.tar.gz
Fix more issues with code tags in class reference
Diffstat (limited to 'modules/multiplayer/doc_classes/SceneReplicationConfig.xml')
-rw-r--r--modules/multiplayer/doc_classes/SceneReplicationConfig.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/multiplayer/doc_classes/SceneReplicationConfig.xml b/modules/multiplayer/doc_classes/SceneReplicationConfig.xml
index f1f0d158a9..55dd9cade2 100644
--- a/modules/multiplayer/doc_classes/SceneReplicationConfig.xml
+++ b/modules/multiplayer/doc_classes/SceneReplicationConfig.xml
@@ -55,7 +55,7 @@
<return type="bool" />
<param index="0" name="path" type="NodePath" />
<description>
- Returns whether the property identified by the given [code]path[/code] is configured to be reliably synchronized when changes are detected on process.
+ Returns whether the property identified by the given [param path] is configured to be reliably synchronized when changes are detected on process.
</description>
</method>
<method name="property_set_spawn">
@@ -79,7 +79,7 @@
<param index="0" name="path" type="NodePath" />
<param index="1" name="enabled" type="bool" />
<description>
- Sets whether the property identified by the given [code]path[/code] is configured to be reliably synchronized when changes are detected on process.
+ Sets whether the property identified by the given [param path] is configured to be reliably synchronized when changes are detected on process.
</description>
</method>
<method name="remove_property">