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:
Andrés Botero 2023-08-16 15:00:45 -05:00 committed by GitHub
parent a278c1b98a
commit 3fdca75365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]&lt;element \&gt;[/code]).
Check whether the current element is empty (this only works for completely empty tags, e.g. [code]&lt;element /&gt;[/code]).
</description>
</method>
<method name="open">