From 463291548d759a847246927f42294e29ba67aad0 Mon Sep 17 00:00:00 2001 From: "Myoungwoon Roy, Kim" Date: Tue, 4 Aug 2020 05:36:54 +0000 Subject: [PATCH] docs: Correct the wrong API group name in elm_win and elm_glview I found wrong API group name in elm_win and elm_glview and fixed them. Reviewed-by: Stefan Schmidt Differential Revision: https://phab.enlightenment.org/D12075 --- src/lib/elementary/elm_glview_eo.h | 2 +- src/lib/elementary/elm_inwin.h | 2 +- src/lib/elementary/elm_win_legacy.h | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/lib/elementary/elm_glview_eo.h b/src/lib/elementary/elm_glview_eo.h index 7378627d0c..b693e19587 100644 --- a/src/lib/elementary/elm_glview_eo.h +++ b/src/lib/elementary/elm_glview_eo.h @@ -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 { diff --git a/src/lib/elementary/elm_inwin.h b/src/lib/elementary/elm_inwin.h index e154e08b0c..bb5c08ef07 100644 --- a/src/lib/elementary/elm_inwin.h +++ b/src/lib/elementary/elm_inwin.h @@ -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 diff --git a/src/lib/elementary/elm_win_legacy.h b/src/lib/elementary/elm_win_legacy.h index 39bb0929bc..3e0cc3722d 100644 --- a/src/lib/elementary/elm_win_legacy.h +++ b/src/lib/elementary/elm_win_legacy.h @@ -448,7 +448,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); @@ -1893,7 +1893,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); @@ -1902,7 +1902,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); @@ -1914,7 +1914,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); @@ -1923,7 +1923,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); @@ -1935,7 +1935,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); @@ -1944,6 +1944,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);