summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tts/qvoice.cpp4
1 files 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)
{