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
commit ab4705a807
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
60 changed files with 93 additions and 93 deletions

View file

@ -100,7 +100,7 @@
<argument index="1" name="disabled" type="bool">
</argument>
<description>
If [code]disabled[/code] is false, hides the tab at index [code]tab_idx[/code]. Note that its title text will remain, unless also removed with [method set_tab_title].
If [code]disabled[/code] is [code]false[/code], hides the tab at index [code]tab_idx[/code]. Note that its title text will remain, unless also removed with [method set_tab_title].
</description>
</method>
<method name="set_tab_icon">