From 36752ee7012ae138694090bf64ef9bd94ed932ae Mon Sep 17 00:00:00 2001 From: David Rowe Date: Tue, 15 May 2018 11:23:29 +1200 Subject: [PATCH] PickType API JSDoc fix up --- libraries/pointers/src/Pick.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/libraries/pointers/src/Pick.h b/libraries/pointers/src/Pick.h index 68c89a59cb..caaeae6725 100644 --- a/libraries/pointers/src/Pick.h +++ b/libraries/pointers/src/Pick.h @@ -135,12 +135,13 @@ public: PickQuery(const PickFilter& filter, const float maxDistance, const bool enabled); /**jsdoc - * @namespace - * @augments Picks - * * Enum for different types of Picks and Pointers. * - * @typedef {enum} Picks.PickType + * @namespace PickType + * + * @hifi-interface + * @hifi-client-entity + * * @property {number} Ray Ray Picks intersect a ray with the nearest object in front of them, along a given direction. * @property {number} Stylus Stylus Picks provide "tapping" functionality on/into flat surfaces. */