mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 22:23:07 +00:00
Fix empty XML tag doc in XMLParser.xml
Fix doc to show how an empty XML tag is appropiately closed.
This commit is contained in:
parent
a278c1b98a
commit
3fdca75365
@ -84,7 +84,7 @@
|
||||
<method name="is_empty" qualifiers="const">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
Check whether the current element is empty (this only works for completely empty tags, e.g. [code]<element \>[/code]).
|
||||
Check whether the current element is empty (this only works for completely empty tags, e.g. [code]<element />[/code]).
|
||||
</description>
|
||||
</method>
|
||||
<method name="open">
|
||||
|
Loading…
Reference in New Issue
Block a user