Merge pull request #80698 from 0xafbf/0xafbf-patch-1

Fix empty XML tag doc in XMLParser.xml
This commit is contained in:
Rémi Verschelde 2023-08-17 11:27:51 +02:00
commit c28cc5d5eb
No known key found for this signature in database
GPG key ID: C3336907360768E1

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