From caa2004b4c80164fc557eb6f0d4f139a33c1a12b Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Fri, 28 Dec 2012 19:48:40 +0000 Subject: [PATCH] efl/ecore_evas: fix doxygen hierarchy. SVN revision: 81835 --- src/lib/ecore_evas/Ecore_Evas.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h index 35562ffe47..9792e07e61 100644 --- a/src/lib/ecore_evas/Ecore_Evas.h +++ b/src/lib/ecore_evas/Ecore_Evas.h @@ -1930,7 +1930,7 @@ EAPI void ecore_evas_x11_shape_input_apply(Ecore_Evas *ee); /** * @defgroup Ecore_Evas_Ews Ecore_Evas Single Process Windowing System. - * @ingroup Ecore + * @ingroup Ecore_Evas_Group * * These are global scope functions to manage the EWS to be used by * ecore_evas_ews_new(). @@ -2058,7 +2058,7 @@ EAPI extern int ECORE_EVAS_EWS_EVENT_CONFIG_CHANGE; /**< some other window prope /** * @defgroup Ecore_Evas_Extn External plug/socket infrastructure to remote canvases - * @ingroup Ecore + * @ingroup Ecore_Evas_Group * * These functions allow 1 process to create a "socket" was pluged into which another * process can create a "plug" remotely to plug into.