Merge pull request #28125 from KoBeWi/code_true_code
Consistently wrap booleans in [code]
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user