Complete documentation of some more classes

This commit is contained in:
Tomasz Chabora
2020-01-13 23:08:42 +01:00
parent 34ad33d9e0
commit c09b9c488f
10 changed files with 26 additions and 1 deletions

View File

@@ -50,10 +50,13 @@
</methods>
<constants>
<constant name="PRIORITY_LOW" value="0" enum="Priority">
A thread running with lower priority than normally.
</constant>
<constant name="PRIORITY_NORMAL" value="1" enum="Priority">
A thread with a standard priority.
</constant>
<constant name="PRIORITY_HIGH" value="2" enum="Priority">
A thread running with higher priority than normally.
</constant>
</constants>
</class>