Consistently wrap booleans in [code]

This commit is contained in:
Tomasz Chabora
2019-04-17 13:42:56 +02:00
parent cea49f00c3
commit b0846f60c9
60 changed files with 93 additions and 93 deletions

View File

@@ -70,14 +70,14 @@
<return type="bool">
</return>
<description>
Return true if the node path is absolute (not relative).
Return [code]true[/code] if the node path is absolute (not relative).
</description>
</method>
<method name="is_empty">
<return type="bool">
</return>
<description>
Return true if the node path is empty.
Return [code]true[/code] if the node path is empty.
</description>
</method>
</methods>