Fix empty XML tag doc in XMLParser.xml

Fix doc to show how an empty XML tag is appropiately closed.

(cherry picked from commit 3fdca75365)
This commit is contained in:
Andrés Botero 2023-08-16 15:00:45 -05:00 committed by Yuri Sizov
parent 35d622b029
commit 2e39550306

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">