Merge "Fixed doxygen error in web-view.h" into devel/master
authorDavid Steele <david.steele@samsung.com>
Thu, 15 Jul 2021 09:37:32 +0000 (09:37 +0000)
committerGerrit Code Review <gerrit@review>
Thu, 15 Jul 2021 09:37:32 +0000 (09:37 +0000)
dali-toolkit/devel-api/controls/web-view/web-view.h

index 744425a..0d0904e 100755 (executable)
@@ -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);