mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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);
|
||||
|
||||
/**jsdoc
|
||||
* @function SpeechRecognizer.
|
||||
* @function SpeechRecognizer.enabledUpdated
|
||||
* @param {boolean} enabled
|
||||
* @returns {Signal}
|
||||
*/
|
||||
|
|
|
@ -179,12 +179,12 @@ public slots:
|
|||
|
||||
|
||||
/**jsdoc
|
||||
* @function Recording.
|
||||
* @function Recording.startRecording
|
||||
*/
|
||||
void startRecording();
|
||||
|
||||
/**jsdoc
|
||||
* @function Recording.
|
||||
* @function Recording.stopRecording
|
||||
*/
|
||||
void stopRecording();
|
||||
|
||||
|
|
Loading…
Reference in a new issue