Merge pull request #28125 from KoBeWi/code_true_code

Consistently wrap booleans in [code]
This commit is contained in:
Rémi Verschelde
2019-04-22 11:59:16 +02:00
committed by GitHub
60 changed files with 93 additions and 93 deletions
+2 -2
View File
@@ -135,7 +135,7 @@
<argument index="0" name="idx" type="int">
</argument>
<description>
Return true if left (input) slot 'idx' is enabled. False otherwise.
Return [code]true[/code] if left (input) slot 'idx' is enabled, [code]false[/code] otherwise.
</description>
</method>
<method name="is_slot_enabled_right" qualifiers="const">
@@ -144,7 +144,7 @@
<argument index="0" name="idx" type="int">
</argument>
<description>
Return true if right (output) slot 'idx' is enabled. False otherwise.
Return [code]true[/code] if right (output) slot 'idx' is enabled, [code]false[/code] otherwise.
</description>
</method>
<method name="set_slot">