From d04ac2b8edbd46125e9d795145162edd5f576f14 Mon Sep 17 00:00:00 2001 From: MuteTab Date: Mon, 6 Aug 2018 19:40:47 -0700 Subject: [PATCH] Fixed jsdoc comments for Avatar::getWorldFeetPosition --- libraries/avatars-renderer/src/avatars-renderer/Avatar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();