From b05d4f7c61a454f1eaa2a7465dd2877425d43b2f Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Tue, 28 Mar 2017 15:38:38 +0200 Subject: Doc: add specifications about parameters qvoice.cpp: 173: undocumented parameter 'age' in QVoice::ageName() qvoice.cpp:152: undocumented parameter 'gender' in QVoice::genderName() Change-Id: I8bfb76ef2ff18f2cd6d627e9809fe7f7ed677100 Reviewed-by: Jeremy Whiting Reviewed-by: Venugopal Shivashankar --- src/tts/qvoice.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tts/qvoice.cpp b/src/tts/qvoice.cpp index 4f9563c..a053540 100644 --- a/src/tts/qvoice.cpp +++ b/src/tts/qvoice.cpp @@ -150,7 +150,7 @@ QVariant QVoice::data() const } /*!̈́ - Returns the gender name of a voice + Returns the \a gender name of a voice */ QString QVoice::genderName(QVoice::Gender gender) { @@ -171,7 +171,7 @@ QString QVoice::genderName(QVoice::Gender gender) } /*! - Returns the age class of a voice + Returns the \a age class of a voice */ QString QVoice::ageName(QVoice::Age age) { -- cgit v1.2.3