From 6812b2b158f7444f2053037da1038e493d751cf0 Mon Sep 17 00:00:00 2001 From: Adeel Kazmi Date: Tue, 13 Jul 2021 15:20:51 +0100 Subject: [PATCH 1/1] Fixed doxygen error in web-view.h Change-Id: I4aaf2b56485946c42376a7b1ca771c743c2ea2ba --- dali-toolkit/devel-api/controls/web-view/web-view.h | 1 - 1 file changed, 1 deletion(-) diff --git a/dali-toolkit/devel-api/controls/web-view/web-view.h b/dali-toolkit/devel-api/controls/web-view/web-view.h index 37c46f8..656fe81 100755 --- a/dali-toolkit/devel-api/controls/web-view/web-view.h +++ b/dali-toolkit/devel-api/controls/web-view/web-view.h @@ -684,7 +684,6 @@ public: /** * @brief Set or unset TTS focus of the webview. * @param[in] focused True if it is gained, false lost. - * @return true if succeeded, false otherwise. * @note It only works when the webview does not have keyinput focus. If it has keyinput focus, the TTS focus is set automatically. */ void SetTtsFocus(bool focused); -- 2.7.4