summaryrefslogtreecommitdiff
path: root/doc/classes/Range.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-07-30 16:42:52 +0200
committerGitHub <noreply@github.com>2021-07-30 16:42:52 +0200
commit83ccf39adcefaa32325d607562f8f0889c215046 (patch)
tree61ea8e8a202e2998e745de04516a9a2f34c9be1b /doc/classes/Range.xml
parenta7363f3dfd32ecff77d4d6937be9f232bfc699c7 (diff)
parent7adf4cc9b5de6701a41e27690a69b9892d5eed85 (diff)
Merge pull request #51067 from akien-mga/doc-return-argument-self-closing-tags
doc: Use self-closing tags for `return` and `argument`
Diffstat (limited to 'doc/classes/Range.xml')
-rw-r--r--doc/classes/Range.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/classes/Range.xml b/doc/classes/Range.xml
index 8690f6d7e7..30b915b437 100644
--- a/doc/classes/Range.xml
+++ b/doc/classes/Range.xml
@@ -10,17 +10,14 @@
</tutorials>
<methods>
<method name="share">
- <return type="void">
- </return>
- <argument index="0" name="with" type="Node">
- </argument>
+ <return type="void" />
+ <argument index="0" name="with" type="Node" />
<description>
Binds two ranges together along with any ranges previously grouped with either of them. When any of range's member variables change, it will share the new value with all other ranges in its group.
</description>
</method>
<method name="unshare">
- <return type="void">
- </return>
+ <return type="void" />
<description>
Stops range from sharing its member variables with any other.
</description>
@@ -65,8 +62,7 @@
</description>
</signal>
<signal name="value_changed">
- <argument index="0" name="value" type="float">
- </argument>
+ <argument index="0" name="value" type="float" />
<description>
Emitted when [member value] changes.
</description>