docs: Correct the wrong API group name in elm_win and elm_glview accepted/tizen/unified/20200820.034628 submit/tizen/20200817.223215
authorMyoungwoon Roy, Kim <myoungwoon.kim@samsung.com>
Tue, 4 Aug 2020 05:36:54 +0000 (05:36 +0000)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 17 Aug 2020 22:05:24 +0000 (07:05 +0900)
I found wrong API group name in elm_win and elm_glview and fixed them.

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D12075

src/lib/elementary/elm_glview_eo.h
src/lib/elementary/elm_inwin.h
src/lib/elementary/elm_win_legacy.h

index 7378627..b693e19 100644 (file)
@@ -26,7 +26,7 @@ typedef Eo Elm_Glview;
  *
  * See @ref elm_obj_glview_mode_set See elm_opengl_page
  *
- * @ingroup Elm_GLView
+ * @ingroup Elm_Glview_Group
  */
 typedef enum
 {
index 652ea44..02205bb 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * @defgroup Elm_Inwin_Group Inwin
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
  *
  * @image html inwin_inheritance_tree.png
  * @image latex inwin_inheritance_tree.eps
index f40cfd9..2d7a71d 100644 (file)
@@ -458,7 +458,7 @@ EAPI Ecore_Win32_Window *elm_win_win32_window_get(const Evas_Object *obj);
  *
  * @see elm_win_wm_rotation_preferred_rotation_get()
  *
- * ingroup Elm_Win
+ * @ingroup Elm_Win_Group
  * @since 1.9
  */
 EAPI void                  elm_win_wm_rotation_preferred_rotation_set(Evas_Object *obj, int rotation);
@@ -2248,7 +2248,7 @@ EAPI Eina_Bool elm_win_move_resize_start(Evas_Object *obj, Elm_Win_Move_Resize_M
  *
  * @param[in] animate The enabled value for the highlight animation.
  *
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
  */
 EAPI void elm_win_focus_highlight_animate_set(Elm_Win *obj, Eina_Bool animate);
 
@@ -2257,7 +2257,7 @@ EAPI void elm_win_focus_highlight_animate_set(Elm_Win *obj, Eina_Bool animate);
  *
  * @return The enabled value for the highlight animation.
  *
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
  */
 EAPI Eina_Bool elm_win_focus_highlight_animate_get(const Elm_Win *obj);
 
@@ -2269,7 +2269,7 @@ EAPI Eina_Bool elm_win_focus_highlight_animate_get(const Elm_Win *obj);
  *
  * @param[in] enabled The enabled value for the highlight.
  *
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
  */
 EAPI void elm_win_focus_highlight_enabled_set(Elm_Win *obj, Eina_Bool enabled);
 
@@ -2278,7 +2278,7 @@ EAPI void elm_win_focus_highlight_enabled_set(Elm_Win *obj, Eina_Bool enabled);
  *
  * @return The enabled value for the highlight.
  *
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
  */
 EAPI Eina_Bool elm_win_focus_highlight_enabled_get(const Elm_Win *obj);
 
@@ -2290,7 +2290,7 @@ EAPI Eina_Bool elm_win_focus_highlight_enabled_get(const Elm_Win *obj);
  *
  * @param[in] style The style or @c null if none.
  *
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
  */
 EAPI Eina_Bool elm_win_focus_highlight_style_set(Elm_Win *obj, const char *style);
 
@@ -2299,6 +2299,6 @@ EAPI Eina_Bool elm_win_focus_highlight_style_set(Elm_Win *obj, const char *style
  *
  * @return The style or @c null if none.
  *
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
  */
 EAPI const char *elm_win_focus_highlight_style_get(const Elm_Win *obj);