mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<return type="int" enum="Error">
|
||||
</return>
|
||||
<description>
|
||||
Try locking this [Mutex], does not block. Returns [code]OK[/code] on success, [code]ERR_BUSY[/code] otherwise.
|
||||
Try locking this [Mutex], does not block. Returns [constant OK] on success, [constant ERR_BUSY] otherwise.
|
||||
</description>
|
||||
</method>
|
||||
<method name="unlock">
|
||||
|
||||
Reference in New Issue
Block a user