docs: Removing unnecessary HTML link for feature/privilege 76/249876/1
authorMyoungwoon Roy, Kim <myoungwoon.kim@samsung.com>
Thu, 17 Dec 2020 07:24:35 +0000 (16:24 +0900)
committerMyoungwoon Roy, Kim <myoungwoon.kim@samsung.com>
Thu, 17 Dec 2020 07:24:35 +0000 (16:24 +0900)
Change-Id: I17b93d9c2569b344f1afe3166572a6bccf1c6b69

src/lib/ecore_wl2/Ecore_Wl2.h
src/lib/evas/Evas_GL.h

index 4eaa3d0..634a3e3 100644 (file)
@@ -1548,7 +1548,7 @@ EAPI void ecore_wl2_window_frame_callback_del(Ecore_Wl2_Frame_Cb_Handle *handle)
  * This function grabs the @c key of window using @c grab_mode
  *
  * @privlevel platform
- * @privilege http://tizen.org/privilege/keygrab
+ * @privilege %http://tizen.org/privilege/keygrab
  *
  * @param win The target Ecore_Wl2_Window
  * @param key The string is the keyname to grab
index 37d9ad2..83a8ce5 100755 (executable)
@@ -117,11 +117,11 @@ Much of it is from Mesa, so their copyright is included as well.
  *
  * @section EVAS_GL_RELATED_FEATURES Related Features
  * This API is related with the following feature:\n
- * - http://tizen.org/feature/opengles.version.1_1
- * - http://tizen.org/feature/opengles.version.2_0
- * - http://tizen.org/feature/opengles.version.3_0
- * - http://tizen.org/feature/opengles.version.3_1
- * - http://tizen.org/feature/opengles.version.3_2
+ * - %http://tizen.org/feature/opengles.version.1_1
+ * - %http://tizen.org/feature/opengles.version.2_0
+ * - %http://tizen.org/feature/opengles.version.3_0
+ * - %http://tizen.org/feature/opengles.version.3_1
+ * - %http://tizen.org/feature/opengles.version.3_2
  *
  * It is recommended to design feature related codes in your application for reliability.\n
  *