From 11cb6ac6e09592340022cc34521325577a30d85b Mon Sep 17 00:00:00 2001 From: ingerjm0 Date: Tue, 12 Nov 2019 14:18:12 -0800 Subject: [PATCH] JSDoc updates for PR15974 --- interface/src/avatar/MyAvatar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/src/avatar/MyAvatar.h b/interface/src/avatar/MyAvatar.h index 5a59e6129a..ca9c839fda 100644 --- a/interface/src/avatar/MyAvatar.h +++ b/interface/src/avatar/MyAvatar.h @@ -1899,7 +1899,7 @@ public: Q_INVOKABLE QVariantList getCollidingFlowJoints(); /**jsdoc - * Starts a sitting action for the avatar + * Starts a sitting action for the avatar. * @function MyAvatar.beginSit * @param {Vec3} position - The point in space where the avatar will sit. * @param {Quat} rotation - Initial absolute orientation of the avatar once is seated. @@ -1907,7 +1907,7 @@ public: Q_INVOKABLE void beginSit(const glm::vec3& position, const glm::quat& rotation); /**jsdoc - * Ends a sitting action for the avatar + * Ends a sitting action for the avatar. * @function MyAvatar.endSit * @param {Vec3} position - The position of the avatar when standing up. * @param {Quat} rotation - The absolute rotation of the avatar once the sitting action ends.