diff --git a/interface/src/ui/InteractiveWindow.h b/interface/src/ui/InteractiveWindow.h index fb10aac444..56060f5c27 100644 --- a/interface/src/ui/InteractiveWindow.h +++ b/interface/src/ui/InteractiveWindow.h @@ -186,24 +186,24 @@ public slots: * @example
EventBridge
that is automatically provided to the script:
+ * EventBridge
that is automatically provided for the script:
* EventBridge.scriptEventReceived.connect(function(message) {
* ...
* });
@@ -239,8 +239,8 @@ public slots:
/**jsdoc
* @function InteractiveWindow.emitWebEvent
- * @param {object|string} message - The message.
- * @deprecated This function is deprecated and will be removed from the API.
+ * @param {object|string} message - Message.
+ * @deprecated This function is deprecated and will be removed.
*/
void emitWebEvent(const QVariant& webMessage);
@@ -318,9 +318,9 @@ signals:
/**jsdoc
* @function InteractiveWindow.scriptEventReceived
- * @param {object} message - The message.
+ * @param {object} message - Message.
* @returns {Signal}
- * @deprecated This signal is deprecated and will be removed from the API.
+ * @deprecated This signal is deprecated and will be removed.
*/
// InteractiveWindow content may include WebView requiring EventBridge.
void scriptEventReceived(const QVariant& message);
@@ -337,9 +337,8 @@ signals:
protected slots:
/**jsdoc
* @function InteractiveWindow.qmlToScript
- * @param {object} message
- * @returns {Signal}
- * @deprecated This signal is deprecated and will be removed from the API.
+ * @param {object} message - Message.
+ * @deprecated This method is deprecated and will be removed.
*/
void qmlToScript(const QVariant& message);