cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=30abbb31a18207ca25a6735825222a37ad0e9c92
commit 30abbb31a18207ca25a6735825222a37ad0e9c92 Merge: f8db9a8 b473a56 Author: Cedric BAIL <ced...@osg.samsung.com> Date: Mon Oct 20 18:33:11 2014 +0200 Merge branch 'devs/captainigloo/doc' Improve documentation accross all EFL libraries. Work was done on behalf of Samsung by Cadoles, Openwide and Zefla. Signed-off-by: Cedric BAIL <ced...@osg.samsung.com> src/lib/ecore/Ecore.h | 18 +- src/lib/ecore/Ecore_Common.h | 121 +++++- src/lib/ecore/Ecore_Getopt.h | 727 ++++++++++++++++++++++++++++++--- src/lib/ecore_audio/Ecore_Audio.h | 1 + src/lib/ecore_con/Ecore_Con.h | 16 +- src/lib/ecore_con/Ecore_Con_Eet.h | 211 ++++++++++ src/lib/ecore_file/Ecore_File.h | 1 - src/lib/ecore_imf/Ecore_IMF.h | 211 ++++++++-- src/lib/ecore_input/Ecore_Input.h | 213 +++++++--- src/lib/ecore_ipc/Ecore_Ipc.h | 90 ++-- src/lib/ecore_x/Ecore_X.h | 13 +- src/lib/edje/Edje_Common.h | 335 +++++++++------ src/lib/edje/edje_container.h | 80 ++-- src/lib/edje/edje_convert.h | 230 +++++++---- src/lib/eet/Eet.h | 304 ++++++++++++-- src/lib/eeze/Eeze.h | 13 +- src/lib/efreet/Efreet.h | 13 +- src/lib/eina/Eina.h | 2 + src/lib/eina/eina_cpu.h | 84 ++++ src/lib/eina/eina_fp.h | 441 ++++++++++++++++++-- src/lib/eina/eina_inline_list.x | 10 - src/lib/eina/eina_inline_mempool.x | 72 +--- src/lib/eina/eina_inline_rectangle.x | 124 ------ src/lib/eina/eina_list.h | 10 + src/lib/eina/eina_mempool.h | 141 ++++++- src/lib/eina/eina_rectangle.h | 247 ++++++++++- src/lib/eina/eina_thread.h | 12 + src/lib/eio/Eio.h | 14 + src/lib/eldbus/Eldbus.h | 54 ++- src/lib/eldbus/eldbus_connection.h | 22 +- src/lib/eldbus/eldbus_freedesktop.h | 183 ++++++++- src/lib/eldbus/eldbus_message.h | 77 +++- src/lib/eldbus/eldbus_message_helper.h | 9 + src/lib/eldbus/eldbus_object.h | 109 ++++- src/lib/eldbus/eldbus_pending.h | 63 +++ src/lib/eldbus/eldbus_proxy.h | 120 +++++- src/lib/embryo/Embryo.h | 14 +- src/lib/emotion/Emotion.h | 64 ++- src/lib/ethumb/Ethumb.h | 318 +++++++++++++- src/lib/evas/Evas_Common.h | 359 +++++++++++++--- src/lib/evas/Evas_GL.h | 18 +- src/lib/evas/Evas_Legacy.h | 293 ++++++++++++- 42 files changed, 4603 insertions(+), 854 deletions(-) --