summaryrefslogtreecommitdiff
path: root/src/lib/ecore_fb
diff options
context:
space:
mode:
authorJonas M. Gastal <jgastal@profusion.mobi>2012-12-18 18:38:44 +0000
committerJonas M. Gastal <jgastal@profusion.mobi>2012-12-18 18:38:44 +0000
commite3ae81e65fa68469c4e1ae03fda4e095ab52aaf2 (patch)
tree7f170c24521494e35a5a18747564a2838e7048cd /src/lib/ecore_fb
parentd487f9d74461c184485cb64cc5c1e03f4feb2473 (diff)
downloadefl-e3ae81e65fa68469c4e1ae03fda4e095ab52aaf2.tar.gz
efl: Created Ecore group and added existing Ecore groups to it.
SVN revision: 81293
Diffstat (limited to 'src/lib/ecore_fb')
-rw-r--r--src/lib/ecore_fb/Ecore_Fb.h1
-rw-r--r--src/lib/ecore_fb/ecore_fb_ps2.c1
-rw-r--r--src/lib/ecore_fb/ecore_fb_ts.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/ecore_fb/Ecore_Fb.h b/src/lib/ecore_fb/Ecore_Fb.h
index 069cccdff9..69d37a49dd 100644
--- a/src/lib/ecore_fb/Ecore_Fb.h
+++ b/src/lib/ecore_fb/Ecore_Fb.h
@@ -35,6 +35,7 @@ extern "C" {
/**
* @defgroup Ecore_FB_Group Ecore_FB - Frame buffer convenience functions.
+ * @ingroup Ecore
*
* Functions used to set up and shut down the Ecore_Framebuffer functions.
*
diff --git a/src/lib/ecore_fb/ecore_fb_ps2.c b/src/lib/ecore_fb/ecore_fb_ps2.c
index 53aa302fef..9c85966c46 100644
--- a/src/lib/ecore_fb/ecore_fb_ps2.c
+++ b/src/lib/ecore_fb/ecore_fb_ps2.c
@@ -186,6 +186,7 @@ _ecore_fb_ps2_fd_handler(void *data EINA_UNUSED, Ecore_Fd_Handler *fd_handler EI
}
/**
* @defgroup Ecore_FB_Click_Group Framebuffer Double Click Functions
+ * @ingroup Ecore
*
* Functions that deal with the double click time of the framebuffer.
*/
diff --git a/src/lib/ecore_fb/ecore_fb_ts.c b/src/lib/ecore_fb/ecore_fb_ts.c
index ce9c733c3e..d18df4c03e 100644
--- a/src/lib/ecore_fb/ecore_fb_ts.c
+++ b/src/lib/ecore_fb/ecore_fb_ts.c
@@ -149,6 +149,7 @@ ecore_fb_ts_event_window_get(void)
/**
* @defgroup Ecore_FB_Calibrate_Group Framebuffer Calibration Functions
+ * @ingroup Ecore
*
* Functions that calibrate the screen.
*/