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 <cedric.bail@free.fr>
This commit is contained in:
Jeff Grimshaw 2014-03-15 20:03:08 +09:00 committed by Cedric BAIL
parent fa2b1b3d30
commit 9ff9faae70
3 changed files with 10 additions and 3 deletions

View File

@ -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.
*
*
*/

View File

@ -440,7 +440,9 @@ finish:
}
/**
* @defgroup Ecore_Drm_Output_Group
* @defgroup Ecore_Drm_Output_Group Ecore DRM Output
*
* Functions to manage DRM outputs.
*
*/

View File

@ -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.
*
*/