cogl: add missing colon in headers

Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
Lionel Landwerlin 2013-08-24 13:39:34 +01:00 committed by Robert Bragg
parent 9080e410b2
commit fa2f47059c
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ COGL_BEGIN_DECLS
*/ */
/** /**
* CoglDepthState * CoglDepthState:
* *
* Since: 2.0 * Since: 2.0
*/ */

View File

@ -61,7 +61,7 @@ typedef struct _CoglOutput CoglOutput;
#define COGL_OUTPUT(X) ((CoglOutput *)(X)) #define COGL_OUTPUT(X) ((CoglOutput *)(X))
/** /**
* CoglSubpixelOrder * CoglSubpixelOrder:
* @COGL_SUBPIXEL_ORDER_UNKNOWN: the layout of subpixel * @COGL_SUBPIXEL_ORDER_UNKNOWN: the layout of subpixel
* components for the device is unknown. * components for the device is unknown.
* @COGL_SUBPIXEL_ORDER_NONE: the device displays colors * @COGL_SUBPIXEL_ORDER_NONE: the device displays colors