cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=9ff9faae70269349eddc26c965b14d8d98b9f4ba

commit 9ff9faae70269349eddc26c965b14d8d98b9f4ba
Author: Jeff Grimshaw <[email protected]>
Date:   Sat Mar 15 20:03:08 2014 +0900

    ecore_drm: fix Doxygen markup to prevent warnings.
    
    Summary:
    These files are missing group titles on the @defgroup line.  Added the 
titles so Doxygen does not
    complain.
    
    Test Plan: make doc 2> doc/doxyerr.log
    
    CC: cedric
    
    Differential Revision: https://phab.enlightenment.org/D612
    
    Signed-off-by: Cedric BAIL <[email protected]>
---
 src/lib/ecore_drm/ecore_drm_fb.c      | 5 ++++-
 src/lib/ecore_drm/ecore_drm_output.c  | 4 +++-
 src/lib/ecore_drm/ecore_drm_sprites.c | 4 +++-
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/src/lib/ecore_drm/ecore_drm_fb.c b/src/lib/ecore_drm/ecore_drm_fb.c
index 40dd473..1ba0390 100644
--- a/src/lib/ecore_drm/ecore_drm_fb.c
+++ b/src/lib/ecore_drm/ecore_drm_fb.c
@@ -5,7 +5,10 @@
 #include "ecore_drm_private.h"
 
 /**
- * @defgroup Ecore_Drm_Fb_Group
+ * @defgroup Ecore_Drm_Fb_Group Frame buffer manipulation
+ * 
+ * Functions that deal with frame buffers.
+ * 
  * 
  */
 
diff --git a/src/lib/ecore_drm/ecore_drm_output.c 
b/src/lib/ecore_drm/ecore_drm_output.c
index 5a193f4..827c162 100644
--- a/src/lib/ecore_drm/ecore_drm_output.c
+++ b/src/lib/ecore_drm/ecore_drm_output.c
@@ -440,7 +440,9 @@ finish:
 }
 
 /**
- * @defgroup Ecore_Drm_Output_Group
+ * @defgroup Ecore_Drm_Output_Group Ecore DRM Output
+ * 
+ * Functions to manage DRM outputs.
  * 
  */
 
diff --git a/src/lib/ecore_drm/ecore_drm_sprites.c 
b/src/lib/ecore_drm/ecore_drm_sprites.c
index b3097a9..ee9d909 100644
--- a/src/lib/ecore_drm/ecore_drm_sprites.c
+++ b/src/lib/ecore_drm/ecore_drm_sprites.c
@@ -5,7 +5,9 @@
 #include "ecore_drm_private.h"
 
 /**
- * @defgroup Ecore_Drm_Sprite_Group
+ * @defgroup Ecore_Drm_Sprites_Group Ecore DRM Sprites
+ * 
+ * Functions for managing DRM sprites.
  * 
  */
 

-- 


Reply via email to