Consistently wrap booleans in [code]
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<return type="bool">
|
||||
</return>
|
||||
<description>
|
||||
Returns true if this [Thread] is currently active. An active [Thread] cannot start work on a new method but can be joined with [method wait_to_finish].
|
||||
Returns [code]true[/code] if this [Thread] is currently active. An active [Thread] cannot start work on a new method but can be joined with [method wait_to_finish].
|
||||
</description>
|
||||
</method>
|
||||
<method name="start">
|
||||
|
||||
Reference in New Issue
Block a user