JSDoc fixes

This commit is contained in:
David Rowe 2018-04-23 16:09:56 +12:00
parent d65f66a73d
commit 941e9360dd
2 changed files with 3 additions and 3 deletions

View file

@ -63,7 +63,7 @@ signals:
void commandRecognized(const QString& command);
/**jsdoc
* @function SpeechRecognizer.
* @function SpeechRecognizer.enabledUpdated
* @param {boolean} enabled
* @returns {Signal}
*/

View file

@ -179,12 +179,12 @@ public slots:
/**jsdoc
* @function Recording.
* @function Recording.startRecording
*/
void startRecording();
/**jsdoc
* @function Recording.
* @function Recording.stopRecording
*/
void stopRecording();