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

View File

@@ -344,7 +344,7 @@
<argument index="0" name="enable" type="bool">
</argument>
<description>
If set to true, signal emission is blocked.
If set to [code]true[/code], signal emission is blocked.
</description>
</method>
<method name="set_deferred">
@@ -373,7 +373,7 @@
<argument index="0" name="enable" type="bool">
</argument>
<description>
Define whether the object can translate strings (with calls to [method tr]). Default is true.
Define whether the object can translate strings (with calls to [method tr]). Default is [code]true[/code].
</description>
</method>
<method name="set_meta">