diff options
| author | Rémi Verschelde | 2017-10-21 12:33:50 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-10-21 12:33:52 +0200 |
| commit | b302084395a6d7f3cc8e4102751ced29779f2ea2 (patch) | |
| tree | e9287479fc7bdbfeb3fee467e9531d86b2bdeb83 /doc/classes/Thread.xml | |
| parent | 8652c1d5b129faa76210dfa757b3e91e48e5428d (diff) | |
| download | godot-b302084395a6d7f3cc8e4102751ced29779f2ea2.tar.gz godot-b302084395a6d7f3cc8e4102751ced29779f2ea2.tar.zst godot-b302084395a6d7f3cc8e4102751ced29779f2ea2.zip | |
makerst: Fix rst-ization of members and escaping of [Class]s
Fixes #11517.
Diffstat (limited to 'doc/classes/Thread.xml')
| -rw-r--r-- | doc/classes/Thread.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Thread.xml b/doc/classes/Thread.xml index 2156d0461..b2467bca7 100644 --- a/doc/classes/Thread.xml +++ b/doc/classes/Thread.xml @@ -4,7 +4,7 @@ A unit of execution in a process. </brief_description> <description> - A unit of execution in a process. Can run methods on [Object]\ s simultaneously. The use of synchronization via [Mutex], [Semaphore] is advised if working with shared objects. + A unit of execution in a process. Can run methods on [Object]s simultaneously. The use of synchronization via [Mutex], [Semaphore] is advised if working with shared objects. </description> <tutorials> </tutorials> @@ -15,7 +15,7 @@ <return type="String"> </return> <description> - Returns the current [Thread]\ s id, uniquely identifying it among all threads. + Returns the current [Thread]s id, uniquely identifying it among all threads. </description> </method> <method name="is_active" qualifiers="const"> |
