diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-06-27 11:10:53 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-06-27 11:10:53 +0200 |
commit | 86ed7a988419247479596947ce44279ee8b3528c (patch) | |
tree | f0c7ada37786b216959f49b3a90d7664fd4dc17d /doc/classes/Generic6DOFJoint.xml | |
parent | 755b589384eedbd3843fe7263cbc655633b8bd7e (diff) |
doc: Complete and harmonize all _MAX constant descriptions
Diffstat (limited to 'doc/classes/Generic6DOFJoint.xml')
-rw-r--r-- | doc/classes/Generic6DOFJoint.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Generic6DOFJoint.xml b/doc/classes/Generic6DOFJoint.xml index 53cece21fa..52888e9587 100644 --- a/doc/classes/Generic6DOFJoint.xml +++ b/doc/classes/Generic6DOFJoint.xml @@ -293,7 +293,7 @@ Maximum acceleration for the motor at the axes. </constant> <constant name="PARAM_MAX" value="22" enum="Param"> - End flag of PARAM_* constants, used internally. + Represents the size of the [enum Param] enum. </constant> <constant name="FLAG_ENABLE_LINEAR_LIMIT" value="0" enum="Flag"> If [code]set[/code] there is linear motion possible within the given limits. @@ -311,7 +311,7 @@ <constant name="FLAG_ENABLE_LINEAR_MOTOR" value="5" enum="Flag"> </constant> <constant name="FLAG_MAX" value="6" enum="Flag"> - End flag of FLAG_* constants, used internally. + Represents the size of the [enum Flag] enum. </constant> </constants> </class> |