From f625d7cb54ea560aba808d7396e7a2882ffbfe34 Mon Sep 17 00:00:00 2001 From: seoz Date: Mon, 2 Apr 2012 23:47:00 +0000 Subject: [PATCH] ecore: Fixed documentation. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@69875 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore/Ecore.h | 2 +- src/lib/ecore_con/Ecore_Con.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/ecore/Ecore.h b/src/lib/ecore/Ecore.h index e619d64..2c737aa 100644 --- a/src/lib/ecore/Ecore.h +++ b/src/lib/ecore/Ecore.h @@ -544,7 +544,7 @@ EAPI int ecore_thread_main_loop_end(void); * @endcode * * One very important thing to note here is the @c EVENT_TYPE, to register a - * handler for an event you must know it's type before hand. Ecore provides + * handler for an event you must know its type before hand. Ecore provides * the following events which are emitted in response to POSIX * signals(https://en.wikipedia.org/wiki/Signal_%28computing%29): * @li @b ECORE_EVENT_SIGNAL_USER diff --git a/src/lib/ecore_con/Ecore_Con.h b/src/lib/ecore_con/Ecore_Con.h index e6c65d4..e497a19 100644 --- a/src/lib/ecore_con/Ecore_Con.h +++ b/src/lib/ecore_con/Ecore_Con.h @@ -68,7 +68,7 @@ /** - * @defgroup Ecore_Con_Events_Group Events + * @defgroup Ecore_Con_Events_Group Ecore Connection Events Functions * * @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 @@ -106,7 +106,7 @@ */ /** - * @defgroup Ecore_Con_Buffer Buffering + * @defgroup Ecore_Con_Buffer Ecore Connection Buffering * * 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 -- 2.7.4