mirror of
https://github.com/godotengine/godot.git
synced 2025-01-24 11:32:51 -05:00
Merge pull request #80698 from 0xafbf/0xafbf-patch-1
Fix empty XML tag doc in XMLParser.xml
This commit is contained in:
commit
c28cc5d5eb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue