summaryrefslogtreecommitdiff
path: root/src/lib/ecore_ipc
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@gmail.com>2012-12-28 19:49:35 +0000
committerGustavo Sverzut Barbieri <barbieri@gmail.com>2012-12-28 19:49:35 +0000
commiteb362c18e4a1314314751e62e4e0625b235fcf35 (patch)
tree154b6e3effb9837c8d0930b2ed86b08314885cb1 /src/lib/ecore_ipc
parent2d3da463791410e9f03fb7d90863c9642cfe284e (diff)
downloadefl-eb362c18e4a1314314751e62e4e0625b235fcf35.tar.gz
efl/ecore_ipc: fix doxygen hierarchy.
SVN revision: 81837
Diffstat (limited to 'src/lib/ecore_ipc')
-rw-r--r--src/lib/ecore_ipc/ecore_ipc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/ecore_ipc/ecore_ipc.c b/src/lib/ecore_ipc/ecore_ipc.c
index 6b5310f968..aef3549e8e 100644
--- a/src/lib/ecore_ipc/ecore_ipc.c
+++ b/src/lib/ecore_ipc/ecore_ipc.c
@@ -246,7 +246,7 @@ static Eina_List *servers = NULL;
static Ecore_Event_Handler *handler[6];
/**
- * @defgroup Ecore_IPC_Library_Group IPC Library Functions
+ * @defgroup Ecore_IPC_Library_Group Ecore_IPC - Inter Process Communication Library Functions
* @ingroup Ecore
*
* Functions that set up and shut down the Ecore IPC Library.
@@ -327,7 +327,7 @@ ecore_ipc_shutdown(void)
/**
* @defgroup Ecore_IPC_Server_Group IPC Server Functions
- * @ingroup Ecore
+ * @ingroup Ecore_IPC_Library_Group
*
* Functions the deal with IPC server objects.
*/
@@ -779,7 +779,7 @@ ecore_ipc_server_flush(Ecore_Ipc_Server *svr)
/**
* @defgroup Ecore_IPC_Client_Group IPC Client Functions
- * @ingroup Ecore
+ * @ingroup Ecore_IPC_Library_Group
*
* Functions that deal with IPC client objects.
*/