AudioScope
API provides facilities for an audio scope.
+ *
* @namespace AudioScope
*
+ * @deprecated This API doesn't work properly. It is deprecated and will be removed.
+ *
* @hifi-interface
* @hifi-client-entity
* @hifi-avatar
*
- * @property {number} scopeInput Read-only.
- * @property {number} scopeOutputLeft Read-only.
- * @property {number} scopeOutputRight Read-only.
- * @property {number} triggerInput Read-only.
- * @property {number} triggerOutputLeft Read-only.
- * @property {number} triggerOutputRight Read-only.
+ * @property {number[]} scopeInput - Scope input. Read-only.
+ * @property {number[]} scopeOutputLeft - Scope left output. Read-only.
+ * @property {number[]} scopeOutputRight - Scope right output. Read-only.
+ * @property {number[]} triggerInput - Trigger input. Read-only.
+ * @property {number[]} triggerOutputLeft - Trigger left output. Read-only.
+ * @property {number[]} triggerOutputRight - Trigger right output. Read-only.
*/
Q_PROPERTY(QVectortrue
if the user wearing the HMD is determined to be sitting
- * (avatar leaning is disabled, recenntering is enabled), false
if the user wearing the HMD is
+ * (avatar leaning is disabled, recentering is enabled), false
if the user wearing the HMD is
* determined to be standing (avatar leaning is enabled, and avatar recenters if it leans too far).
* If userRecenterModel == 2
(i.e., auto) the property value automatically updates as the user sits
* or stands, unless isSitStandStateLocked == true
. Setting the property value overrides the current
diff --git a/interface/src/raypick/LaserPointerScriptingInterface.h b/interface/src/raypick/LaserPointerScriptingInterface.h
index 6c5ce0dbaf..5745e29e69 100644
--- a/interface/src/raypick/LaserPointerScriptingInterface.h
+++ b/interface/src/raypick/LaserPointerScriptingInterface.h
@@ -25,10 +25,10 @@ class LaserPointerScriptingInterface : public QObject, public Dependency {
* represent objects for repeatedly calculating ray intersections with avatars, entities, and overlays. Ray pointers can also
* be configured to generate events on entities and overlays intersected.
*
- * Deprecated: This API is deprecated. Use {@link Pointers} instead. - * * @namespace LaserPointers * + * @deprecated This API is deprecated and will be removed. Use {@link Pointers} instead. + * * @hifi-interface * @hifi-client-entity * @hifi-avatar diff --git a/tools/jsdoc/plugins/hifi.js b/tools/jsdoc/plugins/hifi.js index 07549530ce..56d2278b50 100644 --- a/tools/jsdoc/plugins/hifi.js +++ b/tools/jsdoc/plugins/hifi.js @@ -26,7 +26,7 @@ exports.handlers = { '../../assignment-client/src/octree', '../../interface/src', '../../interface/src/assets', - '../../interface/src/audio', + //'../../interface/src/audio', Exlude AudioScope API from output. '../../interface/src/avatar', '../../interface/src/commerce', '../../interface/src/devices',