diff --git a/libraries/avatars-renderer/src/avatars-renderer/Avatar.h b/libraries/avatars-renderer/src/avatars-renderer/Avatar.h index 5a12e0ffef..919a13095f 100644 --- a/libraries/avatars-renderer/src/avatars-renderer/Avatar.h +++ b/libraries/avatars-renderer/src/avatars-renderer/Avatar.h @@ -251,8 +251,8 @@ public: float computeMass(); /**jsdoc * Get the position of the current avatar's feet (or rather, bottom of its collision capsule) in world coordinates. - * @function MyAvatar.getWorldFeetPosition() - * @returns {Vec3} + * @function MyAvatar.getWorldFeetPosition + * @returns {Vec3} The position of the Avatar's feet in world coordinates. */ Q_INVOKABLE glm::vec3 getWorldFeetPosition();