From e3ae81e65fa68469c4e1ae03fda4e095ab52aaf2 Mon Sep 17 00:00:00 2001 From: "Jonas M. Gastal" Date: Tue, 18 Dec 2012 18:38:44 +0000 Subject: [PATCH] efl: Created Ecore group and added existing Ecore groups to it. SVN revision: 81293 --- doc/main.dox | 6 ++++++ src/lib/ecore/Ecore.h | 4 ++++ src/lib/ecore_audio/Ecore_Audio.h | 1 + src/lib/ecore_con/Ecore_Con.h | 8 ++++++++ src/lib/ecore_con/ecore_con_socks.c | 1 + src/lib/ecore_evas/Ecore_Evas.h | 3 +++ src/lib/ecore_fb/Ecore_Fb.h | 1 + src/lib/ecore_fb/ecore_fb_ps2.c | 1 + src/lib/ecore_fb/ecore_fb_ts.c | 1 + src/lib/ecore_file/Ecore_File.h | 1 + src/lib/ecore_imf/ecore_imf.c | 1 + src/lib/ecore_imf/ecore_imf_context.c | 2 ++ src/lib/ecore_imf/ecore_imf_evas.c | 1 + src/lib/ecore_ipc/ecore_ipc.c | 3 +++ src/lib/ecore_psl1ght/ecore_psl1ght.c | 1 + src/lib/ecore_sdl/ecore_sdl.c | 1 + src/lib/ecore_wayland/ecore_wl.c | 3 +++ src/lib/ecore_wayland/ecore_wl_window.c | 1 + src/lib/ecore_win32/Ecore_Win32.h | 1 + src/lib/ecore_wince/Ecore_WinCE.h | 1 + src/lib/ecore_x/xcb/ecore_xcb.c | 3 +++ src/lib/ecore_x/xcb/ecore_xcb_atoms.c | 1 + src/lib/ecore_x/xcb/ecore_xcb_composite.c | 1 + src/lib/ecore_x/xcb/ecore_xcb_damage.c | 1 + src/lib/ecore_x/xcb/ecore_xcb_dpms.c | 1 + src/lib/ecore_x/xcb/ecore_xcb_drawable.c | 1 + src/lib/ecore_x/xcb/ecore_xcb_mwm.c | 1 + src/lib/ecore_x/xcb/ecore_xcb_pixmap.c | 1 + src/lib/ecore_x/xcb/ecore_xcb_window.c | 8 ++++++++ src/lib/ecore_x/xcb/ecore_xcb_window_shape.c | 1 + src/lib/ecore_x/xcb/ecore_xcb_xfixes.c | 1 + src/lib/ecore_x/xlib/ecore_x_dpms.c | 1 + src/lib/ecore_x/xlib/ecore_x_drawable.c | 1 + src/lib/ecore_x/xlib/ecore_x_pixmap.c | 1 + src/lib/ecore_x/xlib/ecore_x_window.c | 8 ++++++++ src/lib/ecore_x/xlib/ecore_x_window_shape.c | 1 + 36 files changed, 74 insertions(+) diff --git a/doc/main.dox b/doc/main.dox index 4e76c2369c..0bee84e79a 100644 --- a/doc/main.dox +++ b/doc/main.dox @@ -141,3 +141,9 @@ * * @brief Evil */ + +/** + * @defgroup Ecore + * + * @brief Ecore + */ diff --git a/src/lib/ecore/Ecore.h b/src/lib/ecore/Ecore.h index b39c8502b0..448e1aca1f 100644 --- a/src/lib/ecore/Ecore.h +++ b/src/lib/ecore/Ecore.h @@ -320,6 +320,7 @@ extern "C" { /** * @defgroup Ecore_Init_Group Ecore initialization, shutdown functions and reset on fork. + * @ingroup Ecore * * @{ */ @@ -332,6 +333,7 @@ EAPI int ecore_shutdown(void); /** * @defgroup Ecore_Main_Loop_Group Ecore main loop + * @ingroup Ecore * * This group discusses functions that are acting on Ecore's main loop itself or * on events and infrastructure directly linked to it. Most programs only need @@ -1715,6 +1717,7 @@ EAPI void ecore_animator_custom_tick(void); /** * @defgroup Ecore_Time_Group Ecore time functions + * @ingroup Ecore * * These are function to retrieve time in a given format. * @@ -2862,6 +2865,7 @@ EAPI void *ecore_job_del(Ecore_Job *job); /** * @defgroup Ecore_Application_Group Ecore Application functions + * @ingroup Ecore * * @{ */ diff --git a/src/lib/ecore_audio/Ecore_Audio.h b/src/lib/ecore_audio/Ecore_Audio.h index b47a1dd9c8..966501d316 100644 --- a/src/lib/ecore_audio/Ecore_Audio.h +++ b/src/lib/ecore_audio/Ecore_Audio.h @@ -29,6 +29,7 @@ extern "C" /** * @defgroup Ecore_Audio_Group Ecore_Audio - Convenience audio API + * @ingroup Ecore * * @since 1.8 * diff --git a/src/lib/ecore_con/Ecore_Con.h b/src/lib/ecore_con/Ecore_Con.h index 0a832fc37a..32c12d53ca 100644 --- a/src/lib/ecore_con/Ecore_Con.h +++ b/src/lib/ecore_con/Ecore_Con.h @@ -38,6 +38,7 @@ /** * @defgroup Ecore_Con_Group Ecore_Con - Connection functions + * @ingroup Ecore * * The Ecore Connection Library ( @c Ecore_Con ) provides simple mechanisms * for communications between programs using reliable sockets. It saves @@ -69,6 +70,7 @@ /** * @defgroup Ecore_Con_Events_Group Ecore Connection Events Functions + * @ingroup Ecore * * @li ECORE_CON_CLIENT_ADD: Whenever a client connection is made to an * @c Ecore_Con_Server, an event of this type is emitted, allowing the @@ -107,6 +109,7 @@ /** * @defgroup Ecore_Con_Buffer Ecore Connection Buffering + * @ingroup Ecore * * As Ecore_Con works on an event driven design, as data arrives, events will * be produced containing the data that arrived. It is up to the user of @@ -587,6 +590,7 @@ EAPI extern int ECORE_CON_EVENT_URL_PROGRESS; /** * @defgroup Ecore_Con_Lib_Group Ecore Connection Library Functions + * @ingroup Ecore * * Utility functions that set up and shut down the Ecore Connection * library. @@ -708,6 +712,7 @@ EAPI Eina_Bool ecore_con_lookup(const char *name, /** * @defgroup Ecore_Con_SSL_Group Ecore Connection SSL Functions + * @ingroup Ecore * * @{ */ @@ -744,6 +749,7 @@ EAPI void ecore_con_socks_apply_always(Ecore_Con_Socks *ecs); /** * @defgroup Ecore_Con_Server_Group Ecore Connection Server Functions + * @ingroup Ecore * * This group of functions is applied to an @ref Ecore_Con_Server object. It * doesn't mean that they should be used in the server application, but on the @@ -1097,6 +1103,7 @@ EAPI int ecore_con_client_fd_get(Ecore_Con_Client *cl); /** * @defgroup Ecore_Con_Client_Group Ecore Connection Client Functions + * @ingroup Ecore * * Functions to communicate with and/or set options on a client. * @@ -1254,6 +1261,7 @@ EAPI int ecore_con_client_port_get(Ecore_Con_Client *cl); /** * @defgroup Ecore_Con_Url_Group Ecore URL Connection Functions + * @ingroup Ecore * * Utility functions that set up, use and shut down the Ecore URL * Connection library. diff --git a/src/lib/ecore_con/ecore_con_socks.c b/src/lib/ecore_con/ecore_con_socks.c index a6df8a9640..be2ba83403 100644 --- a/src/lib/ecore_con/ecore_con_socks.c +++ b/src/lib/ecore_con/ecore_con_socks.c @@ -626,6 +626,7 @@ ecore_con_socks_init(void) /** * @defgroup Ecore_Con_Socks_Group Ecore Connection SOCKS functions + * @ingroup Ecore * @{ */ diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h index 1a241b5d84..35562ffe47 100644 --- a/src/lib/ecore_evas/Ecore_Evas.h +++ b/src/lib/ecore_evas/Ecore_Evas.h @@ -64,6 +64,7 @@ extern "C" { /** * @defgroup Ecore_Evas_Group Ecore_Evas wrapper/helper set of functions + * @ingroup Ecore * * Ecore evas is a set of functions that makes it easy to tie together ecore's * main loop and input handling to evas. As such it's a natural base for EFL @@ -1929,6 +1930,7 @@ EAPI void ecore_evas_x11_shape_input_apply(Ecore_Evas *ee); /** * @defgroup Ecore_Evas_Ews Ecore_Evas Single Process Windowing System. + * @ingroup Ecore * * These are global scope functions to manage the EWS to be used by * ecore_evas_ews_new(). @@ -2056,6 +2058,7 @@ EAPI extern int ECORE_EVAS_EWS_EVENT_CONFIG_CHANGE; /**< some other window prope /** * @defgroup Ecore_Evas_Extn External plug/socket infrastructure to remote canvases + * @ingroup Ecore * * These functions allow 1 process to create a "socket" was pluged into which another * process can create a "plug" remotely to plug into. diff --git a/src/lib/ecore_fb/Ecore_Fb.h b/src/lib/ecore_fb/Ecore_Fb.h index 069cccdff9..69d37a49dd 100644 --- a/src/lib/ecore_fb/Ecore_Fb.h +++ b/src/lib/ecore_fb/Ecore_Fb.h @@ -35,6 +35,7 @@ extern "C" { /** * @defgroup Ecore_FB_Group Ecore_FB - Frame buffer convenience functions. + * @ingroup Ecore * * Functions used to set up and shut down the Ecore_Framebuffer functions. * diff --git a/src/lib/ecore_fb/ecore_fb_ps2.c b/src/lib/ecore_fb/ecore_fb_ps2.c index 53aa302fef..9c85966c46 100644 --- a/src/lib/ecore_fb/ecore_fb_ps2.c +++ b/src/lib/ecore_fb/ecore_fb_ps2.c @@ -186,6 +186,7 @@ _ecore_fb_ps2_fd_handler(void *data EINA_UNUSED, Ecore_Fd_Handler *fd_handler EI } /** * @defgroup Ecore_FB_Click_Group Framebuffer Double Click Functions + * @ingroup Ecore * * Functions that deal with the double click time of the framebuffer. */ diff --git a/src/lib/ecore_fb/ecore_fb_ts.c b/src/lib/ecore_fb/ecore_fb_ts.c index ce9c733c3e..d18df4c03e 100644 --- a/src/lib/ecore_fb/ecore_fb_ts.c +++ b/src/lib/ecore_fb/ecore_fb_ts.c @@ -149,6 +149,7 @@ ecore_fb_ts_event_window_get(void) /** * @defgroup Ecore_FB_Calibrate_Group Framebuffer Calibration Functions + * @ingroup Ecore * * Functions that calibrate the screen. */ diff --git a/src/lib/ecore_file/Ecore_File.h b/src/lib/ecore_file/Ecore_File.h index 30f3bd7d9e..530b3cd028 100644 --- a/src/lib/ecore_file/Ecore_File.h +++ b/src/lib/ecore_file/Ecore_File.h @@ -45,6 +45,7 @@ extern "C" { /** * @defgroup Ecore_File_Group Ecore_File - Files and directories convenience functions + * @ingroup Ecore * * @{ */ diff --git a/src/lib/ecore_imf/ecore_imf.c b/src/lib/ecore_imf/ecore_imf.c index 7cf8a4a9f6..3ba02001d3 100644 --- a/src/lib/ecore_imf/ecore_imf.c +++ b/src/lib/ecore_imf/ecore_imf.c @@ -19,6 +19,7 @@ static int _ecore_imf_init_count = 0; /** * @defgroup Ecore_IMF_Lib_Group Ecore Input Method Library Functions + * @ingroup Ecore * * Utility functions that set up and shut down the Ecore Input Method * library. diff --git a/src/lib/ecore_imf/ecore_imf_context.c b/src/lib/ecore_imf/ecore_imf_context.c index 3faa5acbd5..921d63ff54 100644 --- a/src/lib/ecore_imf/ecore_imf_context.c +++ b/src/lib/ecore_imf/ecore_imf_context.c @@ -14,6 +14,7 @@ /** * @defgroup Ecore_IMF_Context_Group Ecore Input Method Context Functions + * @ingroup Ecore * * Functions that operate on Ecore Input Method Context objects. @@ -899,6 +900,7 @@ ecore_imf_context_filter_event(Ecore_IMF_Context *ctx, Ecore_IMF_Event_Type type /** * @defgroup Ecore_IMF_Context_Module_Group Ecore Input Method Context Module Functions + * @ingroup Ecore * * Functions that should be used by Ecore Input Method Context modules. */ diff --git a/src/lib/ecore_imf/ecore_imf_evas.c b/src/lib/ecore_imf/ecore_imf_evas.c index 4a5f3dd5f4..edefe85f68 100644 --- a/src/lib/ecore_imf/ecore_imf_evas.c +++ b/src/lib/ecore_imf/ecore_imf_evas.c @@ -9,6 +9,7 @@ /** * @defgroup Ecore_IMF_Evas_Group Ecore Input Method Context Evas Helper Functions + * @ingroup Ecore * * Helper functions to make it easy to use Evas with Ecore_IMF. * Converts each event from Evas to the corresponding event of Ecore_IMF. diff --git a/src/lib/ecore_ipc/ecore_ipc.c b/src/lib/ecore_ipc/ecore_ipc.c index a421febdf9..2953bf0eac 100644 --- a/src/lib/ecore_ipc/ecore_ipc.c +++ b/src/lib/ecore_ipc/ecore_ipc.c @@ -247,6 +247,7 @@ static Ecore_Event_Handler *handler[6]; /** * @defgroup Ecore_IPC_Library_Group IPC Library Functions + * @ingroup Ecore * * Functions that set up and shut down the Ecore IPC Library. */ @@ -326,6 +327,7 @@ ecore_ipc_shutdown(void) /** * @defgroup Ecore_IPC_Server_Group IPC Server Functions + * @ingroup Ecore * * Functions the deal with IPC server objects. */ @@ -776,6 +778,7 @@ ecore_ipc_server_flush(Ecore_Ipc_Server *svr) /** * @defgroup Ecore_IPC_Client_Group IPC Client Functions + * @ingroup Ecore * * Functions that deal with IPC client objects. */ diff --git a/src/lib/ecore_psl1ght/ecore_psl1ght.c b/src/lib/ecore_psl1ght/ecore_psl1ght.c index 80efca1b64..ad73f00502 100644 --- a/src/lib/ecore_psl1ght/ecore_psl1ght.c +++ b/src/lib/ecore_psl1ght/ecore_psl1ght.c @@ -60,6 +60,7 @@ static void xmb_event_handler(u64 status, u64 param, void *user_data); /** * @defgroup Ecore_Psl1ght_Library_Group PSL1GHT Library Functions + * @ingroup Ecore * * Functions used to set up and shut down the Ecore_Psl1ght functions. */ diff --git a/src/lib/ecore_sdl/ecore_sdl.c b/src/lib/ecore_sdl/ecore_sdl.c index d9f2775004..4ebf6e92b7 100644 --- a/src/lib/ecore_sdl/ecore_sdl.c +++ b/src/lib/ecore_sdl/ecore_sdl.c @@ -49,6 +49,7 @@ _ecore_sdl_pressed_node(const Ecore_SDL_Pressed *node, /** * @defgroup Ecore_Sdl_Library_Group SDL Library Functions + * @ingroup Ecore * * Functions used to set up and shut down the Ecore_Sdl functions. */ diff --git a/src/lib/ecore_wayland/ecore_wl.c b/src/lib/ecore_wayland/ecore_wl.c index 7f06a1d065..8a41257803 100644 --- a/src/lib/ecore_wayland/ecore_wl.c +++ b/src/lib/ecore_wayland/ecore_wl.c @@ -41,6 +41,7 @@ EAPI int ECORE_WL_EVENT_INTERFACES_BOUND = 0; /** * @defgroup Ecore_Wl_Init_Group Wayland Library Init and Shutdown Functions + * @ingroup Ecore * * Functions that start and shutdown the Ecore Wayland Library. */ @@ -190,6 +191,7 @@ ecore_wl_shutdown(void) /** * @defgroup Ecore_Wl_Flush_Group Wayland Synchronization Functions + * @ingroup Ecore * * Functions that ensure that all commands which have been issued by the * Ecore Wayland library have been sent to the server. @@ -226,6 +228,7 @@ ecore_wl_sync(void) /** * @defgroup Ecore_Wl_Display_Group Wayland Display Functions + * @ingroup Ecore * * Functions that set and retrieve various information about the Wayland Display. */ diff --git a/src/lib/ecore_wayland/ecore_wl_window.c b/src/lib/ecore_wayland/ecore_wl_window.c index 3d221e9f2a..0b4e0eb84f 100644 --- a/src/lib/ecore_wayland/ecore_wl_window.c +++ b/src/lib/ecore_wayland/ecore_wl_window.c @@ -47,6 +47,7 @@ _ecore_wl_window_shutdown(void) /** * @defgroup Ecore_Wl_Window_Group Wayland Library Init and Shutdown Functions + * @ingroup Ecore * * Functions that can be used to create a Wayland window. */ diff --git a/src/lib/ecore_win32/Ecore_Win32.h b/src/lib/ecore_win32/Ecore_Win32.h index ae1bd4ec8c..4520467408 100644 --- a/src/lib/ecore_win32/Ecore_Win32.h +++ b/src/lib/ecore_win32/Ecore_Win32.h @@ -51,6 +51,7 @@ extern "C" { /** * @defgroup Ecore_Win32_Group Ecore_Win32 library + * @ingroup Ecore * * @{ */ diff --git a/src/lib/ecore_wince/Ecore_WinCE.h b/src/lib/ecore_wince/Ecore_WinCE.h index 20c197575a..d63e483425 100644 --- a/src/lib/ecore_wince/Ecore_WinCE.h +++ b/src/lib/ecore_wince/Ecore_WinCE.h @@ -45,6 +45,7 @@ extern "C" { /** * @defgroup Ecore_WinCE_Group Ecore_WinCE library + * @ingroup Ecore * * @{ */ diff --git a/src/lib/ecore_x/xcb/ecore_xcb.c b/src/lib/ecore_x/xcb/ecore_xcb.c index 23f02ac719..82b4d4172b 100644 --- a/src/lib/ecore_x/xcb/ecore_xcb.c +++ b/src/lib/ecore_x/xcb/ecore_xcb.c @@ -28,6 +28,7 @@ double _ecore_xcb_double_click_time = 0.25; /** * @defgroup Ecore_X_Init_Group X Library Init and Shutdown Functions + * @ingroup Ecore * * Functions that start and shut down the Ecore X Library. */ @@ -320,6 +321,7 @@ ecore_x_disconnect(void) /** * @defgroup Ecore_X_Flush_Group X Synchronization Functions + * @ingroup Ecore * * Functions that ensure that all commands that have been issued by the * Ecore X library have been sent to the server. @@ -1189,6 +1191,7 @@ ecore_x_dpi_get(void) /** * @defgroup Ecore_X_Display_Attr_Group X Display Attributes + * @ingroup Ecore * * Functions that set and retrieve X display attributes. */ diff --git a/src/lib/ecore_x/xcb/ecore_xcb_atoms.c b/src/lib/ecore_x/xcb/ecore_xcb_atoms.c index c8c217eec7..a613d8ff75 100644 --- a/src/lib/ecore_x/xcb/ecore_xcb_atoms.c +++ b/src/lib/ecore_x/xcb/ecore_xcb_atoms.c @@ -48,6 +48,7 @@ _ecore_xcb_atoms_finalize(void) /** * @defgroup Ecore_X_Atom_Group XCB Atom Functions + * @ingroup Ecore * * Functions that operate on atoms */ diff --git a/src/lib/ecore_x/xcb/ecore_xcb_composite.c b/src/lib/ecore_x/xcb/ecore_xcb_composite.c index 0d3b44e4aa..bd6b4b8536 100644 --- a/src/lib/ecore_x/xcb/ecore_xcb_composite.c +++ b/src/lib/ecore_x/xcb/ecore_xcb_composite.c @@ -62,6 +62,7 @@ _ecore_xcb_composite_finalize(void) /** * @defgroup Ecore_X_Composite_Group X Composite Extension Functions + * @ingroup Ecore * * Functions related to the X Composite Extension */ diff --git a/src/lib/ecore_x/xcb/ecore_xcb_damage.c b/src/lib/ecore_x/xcb/ecore_xcb_damage.c index deb3b9cb49..9e3f02c68b 100644 --- a/src/lib/ecore_x/xcb/ecore_xcb_damage.c +++ b/src/lib/ecore_x/xcb/ecore_xcb_damage.c @@ -54,6 +54,7 @@ _ecore_xcb_damage_finalize(void) /** * @defgroup Ecore_X_Damage_Group X Damage Extension Functions + * @ingroup Ecore * * Functions related to the X Damage Extension. */ diff --git a/src/lib/ecore_x/xcb/ecore_xcb_dpms.c b/src/lib/ecore_x/xcb/ecore_xcb_dpms.c index 39ef589dd1..4be3820132 100644 --- a/src/lib/ecore_x/xcb/ecore_xcb_dpms.c +++ b/src/lib/ecore_x/xcb/ecore_xcb_dpms.c @@ -49,6 +49,7 @@ _ecore_xcb_dpms_finalize(void) /** * @defgroup Ecore_X_DPMS_Group X DPMS Extension Functions + * @ingroup Ecore * * Functions related to the X DPMS Extension */ diff --git a/src/lib/ecore_x/xcb/ecore_xcb_drawable.c b/src/lib/ecore_x/xcb/ecore_xcb_drawable.c index 4e9a3564ce..f9b51c3475 100644 --- a/src/lib/ecore_x/xcb/ecore_xcb_drawable.c +++ b/src/lib/ecore_x/xcb/ecore_xcb_drawable.c @@ -2,6 +2,7 @@ /** * @defgroup Ecore_X_Drawable_Group X Drawable Functions + * @ingroup Ecore * * Functions that operate on drawables. */ diff --git a/src/lib/ecore_x/xcb/ecore_xcb_mwm.c b/src/lib/ecore_x/xcb/ecore_xcb_mwm.c index 6c9533136f..665ceb5efc 100644 --- a/src/lib/ecore_x/xcb/ecore_xcb_mwm.c +++ b/src/lib/ecore_x/xcb/ecore_xcb_mwm.c @@ -17,6 +17,7 @@ typedef struct _mwmhints /** * @defgroup Ecore_X_MWM_Group MWM related functions. + * @ingroup Ecore * * Functions related to MWM. */ diff --git a/src/lib/ecore_x/xcb/ecore_xcb_pixmap.c b/src/lib/ecore_x/xcb/ecore_xcb_pixmap.c index f9bf525f7a..e17e537685 100644 --- a/src/lib/ecore_x/xcb/ecore_xcb_pixmap.c +++ b/src/lib/ecore_x/xcb/ecore_xcb_pixmap.c @@ -2,6 +2,7 @@ /** * @defgroup Ecore_X_Pixmap_Group X Pixmap Functions + * @ingroup Ecore * * Functions that operate on pixmaps. */ diff --git a/src/lib/ecore_x/xcb/ecore_xcb_window.c b/src/lib/ecore_x/xcb/ecore_xcb_window.c index f8405fe1ec..80f1c4716e 100644 --- a/src/lib/ecore_x/xcb/ecore_xcb_window.c +++ b/src/lib/ecore_x/xcb/ecore_xcb_window.c @@ -46,6 +46,7 @@ void *_ecore_xcb_window_grab_replay_data; /** * @defgroup Ecore_X_Window_Create_Group X Window Creation Functions + * @ingroup Ecore * * Functions that can be used to create an X window. */ @@ -311,6 +312,7 @@ ecore_x_window_override_argb_new(Ecore_X_Window parent, /** * @defgroup Ecore_X_Window_Destroy_Group X Window Destroy Functions + * @ingroup Ecore * * Functions to destroy X windows. */ @@ -441,6 +443,7 @@ ecore_x_window_configure(Ecore_X_Window win, /** * @defgroup Ecore_X_Window_Geometry_Group X Window Geometry Functions + * @ingroup Ecore * * Functions that change or retrieve the geometry of X windows. */ @@ -585,6 +588,7 @@ ecore_x_window_border_width_set(Ecore_X_Window win, /** * @defgroup Ecore_X_Window_Z_Order_Group X Window Z Order Functions + * @ingroup Ecore * * Functions that change the Z order of X windows. */ @@ -640,6 +644,7 @@ ecore_x_window_depth_get(Ecore_X_Window win) /** * @defgroup Ecore_X_Window_Properties_Group X Window Property Functions + * @ingroup Ecore * * Functions that set window properties. */ @@ -679,6 +684,7 @@ ecore_x_window_defaults_set(Ecore_X_Window win) /** * @defgroup Ecore_X_Window_Visibility_Group X Window Visibility Functions + * @ingroup Ecore * * Functions to access and change the visibility of X windows. */ @@ -753,6 +759,7 @@ ecore_x_window_hide(Ecore_X_Window win) /** * @defgroup Ecore_X_Window_Focus_Functions X Window Focus Functions + * @ingroup Ecore * * Functions that give the focus to an X Window. */ @@ -796,6 +803,7 @@ ecore_x_window_focus_at_time(Ecore_X_Window win, /** * @defgroup Ecore_X_Window_Parent_Group X Window Parent Functions + * @ingroup Ecore * * Functions that retrieve or changes the parent window of a window. */ diff --git a/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c b/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c index 6206a51833..4713656c59 100644 --- a/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c +++ b/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c @@ -5,6 +5,7 @@ /** * @defgroup Ecore_X_Window_Shape X Window Shape Functions + * @ingroup Ecore * * These functions use the shape extension of the X server to change * shape of given windows. diff --git a/src/lib/ecore_x/xcb/ecore_xcb_xfixes.c b/src/lib/ecore_x/xcb/ecore_xcb_xfixes.c index 58444cdf1f..6c484f93f8 100644 --- a/src/lib/ecore_x/xcb/ecore_xcb_xfixes.c +++ b/src/lib/ecore_x/xcb/ecore_xcb_xfixes.c @@ -108,6 +108,7 @@ _ecore_xcb_xfixes_avail_get(void) /** * @defgroup Ecore_X_Fixes_Group X Fixes Extension Functions + * @ingroup Ecore * * Functions related to the X Fixes extension. */ diff --git a/src/lib/ecore_x/xlib/ecore_x_dpms.c b/src/lib/ecore_x/xlib/ecore_x_dpms.c index 23349f44e6..cffe548878 100644 --- a/src/lib/ecore_x/xlib/ecore_x_dpms.c +++ b/src/lib/ecore_x/xlib/ecore_x_dpms.c @@ -27,6 +27,7 @@ _ecore_x_dpms_init(void) /** * @defgroup Ecore_X_DPMS_Group X DPMS Extension Functions + * @ingroup Ecore * * Functions related to the X DPMS extension. */ diff --git a/src/lib/ecore_x/xlib/ecore_x_drawable.c b/src/lib/ecore_x/xlib/ecore_x_drawable.c index d1b41114da..cc17772fbb 100644 --- a/src/lib/ecore_x/xlib/ecore_x_drawable.c +++ b/src/lib/ecore_x/xlib/ecore_x_drawable.c @@ -6,6 +6,7 @@ /** * @defgroup Ecore_X_Drawable_Group X Drawable Functions + * @ingroup Ecore * * Functions that operate on drawables. */ diff --git a/src/lib/ecore_x/xlib/ecore_x_pixmap.c b/src/lib/ecore_x/xlib/ecore_x_pixmap.c index 7b13615675..e0c3563d6c 100644 --- a/src/lib/ecore_x/xlib/ecore_x_pixmap.c +++ b/src/lib/ecore_x/xlib/ecore_x_pixmap.c @@ -8,6 +8,7 @@ /** * @defgroup Ecore_X_Pixmap_Group X Pixmap Functions + * @ingroup Ecore * * Functions that operate on pixmaps. */ diff --git a/src/lib/ecore_x/xlib/ecore_x_window.c b/src/lib/ecore_x/xlib/ecore_x_window.c index 36fc5cc53a..97e6a6f757 100644 --- a/src/lib/ecore_x/xlib/ecore_x_window.c +++ b/src/lib/ecore_x/xlib/ecore_x_window.c @@ -16,6 +16,7 @@ static Ecore_X_Window *ignore_list = NULL; /** * @defgroup Ecore_X_Window_Create_Group X Window Creation Functions + * @ingroup Ecore * * Functions that can be used to create an X window. */ @@ -213,6 +214,7 @@ ecore_x_window_input_new(Ecore_X_Window parent, /** * @defgroup Ecore_X_Window_Properties_Group X Window Property Functions + * @ingroup Ecore * * Functions that set window properties. */ @@ -296,6 +298,7 @@ ecore_x_window_configure(Ecore_X_Window win, /** * @defgroup Ecore_X_Window_Destroy_Group X Window Destroy Functions + * @ingroup Ecore * * Functions to destroy X windows. */ @@ -419,6 +422,7 @@ ecore_x_window_delete_request_send(Ecore_X_Window win) /** * @defgroup Ecore_X_Window_Visibility_Group X Window Visibility Functions + * @ingroup Ecore * * Functions to access and change the visibility of X windows. */ @@ -484,6 +488,7 @@ ecore_x_window_hide(Ecore_X_Window win) /** * @defgroup Ecore_X_Window_Geometry_Group X Window Geometry Functions + * @ingroup Ecore * * Functions that change or retrieve the geometry of X windows. */ @@ -558,6 +563,7 @@ ecore_x_window_move_resize(Ecore_X_Window win, /** * @defgroup Ecore_X_Window_Focus_Functions X Window Focus Functions + * @ingroup Ecore * * Functions that give the focus to an X Window. */ @@ -615,6 +621,7 @@ ecore_x_window_focus_get(void) /** * @defgroup Ecore_X_Window_Z_Order_Group X Window Z Order Functions + * @ingroup Ecore * * Functions that change the Z order of X windows. */ @@ -645,6 +652,7 @@ ecore_x_window_lower(Ecore_X_Window win) /** * @defgroup Ecore_X_Window_Parent_Group X Window Parent Functions + * @ingroup Ecore * * Functions that retrieve or changes the parent window of a window. */ diff --git a/src/lib/ecore_x/xlib/ecore_x_window_shape.c b/src/lib/ecore_x/xlib/ecore_x_window_shape.c index 71718cfa3a..d7ee9a677e 100644 --- a/src/lib/ecore_x/xlib/ecore_x_window_shape.c +++ b/src/lib/ecore_x/xlib/ecore_x_window_shape.c @@ -10,6 +10,7 @@ /** * @defgroup Ecore_X_Window_Shape X Window Shape Functions + * @ingroup Ecore * * These functions use the shape extension of the X server to change * shape of given windows.