From: Adeel Kazmi Date: Tue, 13 Jul 2021 14:20:51 +0000 (+0100) Subject: Fixed doxygen error in web-view.h X-Git-Tag: dali_2.0.35~2^2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=6812b2b158f7444f2053037da1038e493d751cf0 Fixed doxygen error in web-view.h Change-Id: I4aaf2b56485946c42376a7b1ca771c743c2ea2ba --- 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);