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