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:
parent
a278c1b98a
commit
3fdca75365
|
@ -84,7 +84,7 @@
|
||||||
<method name="is_empty" qualifiers="const">
|
<method name="is_empty" qualifiers="const">
|
||||||
<return type="bool" />
|
<return type="bool" />
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="open">
|
<method name="open">
|
||||||
|
|
Loading…
Reference in New Issue