Deleted the mention of product API from the public header 12/314712/1
authoryh106.jung <yh106.jung@samsung.com>
Thu, 18 Jul 2024 04:03:00 +0000 (21:03 -0700)
committeryh106.jung <yh106.jung@samsung.com>
Thu, 18 Jul 2024 04:03:00 +0000 (21:03 -0700)
In order to improve Tizen documentation, this patch deletes the mention
of product API, ewk_view_html_string_override_current_entry_load, from
public API description.

Change-Id: I361727ed88d26d211ddbbd74440eb0678baeee68
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
tizen_src/ewk/efl_integration/public/ewk_view.h

index d637a51173eaed3a400c8cfb6a6e49a6b2efc0e2..0b9dc457e4985d129aa44bfc2b1a3cfc340fc5dc 100644 (file)
@@ -613,10 +613,6 @@ EXPORT_API Eina_Bool ewk_view_text_find(Evas_Object* o, const char* text, Ewk_Fi
  * @details External objects such as stylesheets or images referenced
  *          in the HTML\n document are located relative to @a baseUrl.\n
  *
- * @remarks There is an alternative API ewk_view_html_string_override_current_entry_load()
- *          which is able to override current entry which prevents from backing back to
- *          malicious page.
- *
  * If an @a unreachableUrl is passed it is used as the url for the loaded
  * content.\n This is typically used to display error pages for a failed load.
  *