[ecore] Put order in header file, splitting function groups in contiguous chunks.
authorglima <glima@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 10 Aug 2011 19:14:48 +0000 (19:14 +0000)
committerglima <glima@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 10 Aug 2011 19:14:48 +0000 (19:14 +0000)
commit1bac7b04a9d102b4855164da5df7c8e6bc0de511
tree01c09f84a1f5ad5631854a2d667a0db9cf28cf9e
parent94703b15ecb997976973a5d4e324c91d05dd305d
[ecore] Put order in header file, splitting function groups in contiguous chunks.

    Sorry for having to pratically rewrite the header, but the other way
    to get docs right would be to put lots of @addtogroup around several
    chunks of the file, which is ugly too and doesn't organize anything.

    I have tested ecore with that and it seems to be okay.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62307 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
16 files changed:
src/lib/ecore/Ecore.h
src/lib/ecore/ecore.c
src/lib/ecore/ecore_app.c
src/lib/ecore/ecore_events.c
src/lib/ecore/ecore_exe.c
src/lib/ecore/ecore_glib.c
src/lib/ecore/ecore_idle_enterer.c
src/lib/ecore/ecore_idle_exiter.c
src/lib/ecore/ecore_idler.c
src/lib/ecore/ecore_job.c
src/lib/ecore/ecore_main.c
src/lib/ecore/ecore_pipe.c
src/lib/ecore/ecore_poll.c
src/lib/ecore/ecore_throttle.c
src/lib/ecore/ecore_time.c
src/lib/ecore/ecore_timer.c