diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-06-27 12:34:26 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-06-27 13:49:36 +0200 |
commit | bc82781f7da2001aa90cdb188536518e0944e0ef (patch) | |
tree | fd836f91db1c81e76b0f90f0ef55f11701d8ae9f /doc/classes/XMLParser.xml | |
parent | 2df8b5606b9de9d11873c27f0a297127bbbfc255 (diff) |
doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks
Diffstat (limited to 'doc/classes/XMLParser.xml')
-rw-r--r-- | doc/classes/XMLParser.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/XMLParser.xml b/doc/classes/XMLParser.xml index a11e95db79..55dfb5d489 100644 --- a/doc/classes/XMLParser.xml +++ b/doc/classes/XMLParser.xml @@ -70,7 +70,7 @@ <return type="String"> </return> <description> - Get the name of the current element node. This will raise an error if the current node type is not [code]NODE_ELEMENT[/code] nor [code]NODE_ELEMENT_END[/code] + Get the name of the current element node. This will raise an error if the current node type is not [constant NODE_ELEMENT] nor [constant NODE_ELEMENT_END] </description> </method> <method name="get_node_offset" qualifiers="const"> |