TTS: Improve documentation

This commit is contained in:
Thierry Crozat 2019-07-28 14:57:30 +01:00 committed by Filippos Karapetis
parent 0434419b31
commit 5baa023ed0

View File

@ -148,6 +148,8 @@ public:
* Says the given string
*
* @param str The string to say
* @param charset The encoding of the string. If empty this is assumed to be the
* encoding used for the GUI.
*/
virtual bool say(String str, String charset = "") { return false; }