From 9d603676dc714372786e41365a98fd332577f28d Mon Sep 17 00:00:00 2001 From: "Eunki, Hong" Date: Mon, 13 Sep 2021 14:18:25 +0900 Subject: [PATCH] [Tizen] Fix doxygen error Change-Id: Ic9f37dc4d283c518d382896472369fd01148231c --- 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 4fb5880412..577d0f2239 100644 --- a/dali-toolkit/devel-api/controls/web-view/web-view.h +++ b/dali-toolkit/devel-api/controls/web-view/web-view.h @@ -367,7 +367,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.34.1