cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ab9691be44064cb6b6e5fcb8cc82d0aa99a6885d
commit ab9691be44064cb6b6e5fcb8cc82d0aa99a6885d Author: Pierre Le Magourou <[email protected]> Date: Wed Oct 15 18:01:07 2014 +0200 ecore: update Ecore documentation main page. Add missing groups and remove groups that are already in subgroups in order to have a nicer Ecore main page in the documentation. --- src/lib/ecore/Ecore.h | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/lib/ecore/Ecore.h b/src/lib/ecore/Ecore.h index bef9db8..46bb967 100644 --- a/src/lib/ecore/Ecore.h +++ b/src/lib/ecore/Ecore.h @@ -23,15 +23,22 @@ it can be found in @ref Ecore_Main_Loop_Page. The Ecore library provides the following modules: + @li @ref Ecore_Init_Group + @li @ref Ecore_Getopt_Group @li @ref Ecore_Main_Loop_Group + @li @ref Ecore_System_Events + @li @ref Ecore_Time_Group + @li @ref Ecore_Thread_Group + @li @ref Ecore_Pipe_Group + @li @ref Ecore_Application_Group + @li @ref Ecore_Throttle_Group + @li @ref Ecore_Job_Group @li @ref Ecore_File_Group @li @ref Ecore_Con_Group @li @ref Ecore_Evas_Group @li @ref Ecore_FB_Group + @li @ref Ecore_Input_Group @li @ref Ecore_IMF_Lib_Group - @li @ref Ecore_IMF_Context_Group - @li @ref Ecore_IMF_Context_Module_Group - @li @ref Ecore_IMF_Evas_Group @li @link Ecore_Ipc.h Ecore_IPC - Inter Process Communication functions. @endlink @li @link Ecore_X.h Ecore_X - X Windows System wrapper. @endlink @li @ref Ecore_Win32_Group @@ -80,6 +87,9 @@ @li @ref Ecore_FD_Handler_Group @li @ref Ecore_Event_Group @li @ref Ecore_Exe_Group + @li @ref Ecore_Animator_Group + @li @ref Ecore_Poller_Group + @section ecore_main_intro_example Introductory Examples --
