mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 06:24:41 +02:00
JSDoc fixes
This commit is contained in:
parent
d65f66a73d
commit
941e9360dd
2 changed files with 3 additions and 3 deletions
|
@ -63,7 +63,7 @@ signals:
|
||||||
void commandRecognized(const QString& command);
|
void commandRecognized(const QString& command);
|
||||||
|
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
* @function SpeechRecognizer.
|
* @function SpeechRecognizer.enabledUpdated
|
||||||
* @param {boolean} enabled
|
* @param {boolean} enabled
|
||||||
* @returns {Signal}
|
* @returns {Signal}
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -179,12 +179,12 @@ public slots:
|
||||||
|
|
||||||
|
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
* @function Recording.
|
* @function Recording.startRecording
|
||||||
*/
|
*/
|
||||||
void startRecording();
|
void startRecording();
|
||||||
|
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
* @function Recording.
|
* @function Recording.stopRecording
|
||||||
*/
|
*/
|
||||||
void stopRecording();
|
void stopRecording();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue