doc: Complete and harmonize all _MAX constant descriptions

(cherry picked from commit be74f53090)
This commit is contained in:
Rémi Verschelde
2019-06-27 11:10:53 +02:00
parent 8710703e19
commit 3f6df2e201
2 changed files with 2 additions and 1 deletions

View File

@@ -210,7 +210,7 @@
[/codeblock]
</constant>
<constant name="FUNC_MAX" value="64" enum="BuiltinFunc">
The maximum value the [member function] property can have.
Represents the size of the [enum BuiltinFunc] enum.
</constant>
</constants>
</class>

View File

@@ -45,6 +45,7 @@
Not a number: [code]nan[/code]
</constant>
<constant name="MATH_CONSTANT_MAX" value="8" enum="MathConstant">
Represents the size of the [enum MathConstant] enum.
</constant>
</constants>
</class>