doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks

This commit is contained in:
Rémi Verschelde
2019-06-27 12:34:26 +02:00
parent 2df8b5606b
commit bc82781f7d
54 changed files with 125 additions and 125 deletions

View File

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