Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Nov 3, 2024
1 parent d43a255 commit ed84e4a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ public float getMaxFriction(EAxis dof) {
}

/**
* Access the motor settings for the specified axis. The constraint settings
* are unaffected. (native attribute: mMotorSettings)
* Access the motor settings for the specified axis. (native attribute:
* mMotorSettings)
*
* @param dof which axis (not null)
* @return a new JVM object with the pre-existing native object assigned
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public float getLimitsMin() {
}

/**
* Access the spring settings. The constraint is unaffected.
* Access the spring settings.
*
* @return a new JVM object with the pre-existing native object assigned
*/
Expand All @@ -110,7 +110,7 @@ public float getMaxFrictionForce() {
}

/**
* Access the motor settings. The constraint is unaffected.
* Access the motor settings.
*
* @return a new JVM object with the pre-existing native object assigned
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ public float getLimitsMin() {
}

/**
* Access the spring settings. The constraint settings are unaffected.
* (native attribute: mLimitsSpringSettings)
* Access the spring settings. (native attribute: mLimitsSpringSettings)
*
* @return a new JVM object with the pre-existing native object assigned
*/
Expand All @@ -126,8 +125,7 @@ public float getMaxFrictionForce() {
}

/**
* Access the motor settings. The constraint settings are unaffected.
* (native attribute: mMotorSettings)
* Access the motor settings. (native attribute: mMotorSettings)
*
* @return a new JVM object with the pre-existing native object assigned
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ abstract public class WheelSettings
// new methods exposed

/**
* Access the settings for the suspension spring.
* Access the settings for the suspension spring. (native attribute:
* mSuspensionSpring)
*
* @return a new JVM object with the pre-existing native object assigned
*/
Expand Down

0 comments on commit ed84e4a

Please sign in to comment.