[cogl] context: glib-mkenums chokes on /*< private >*/ but supports /*< skip >*/
- From: Damien Lespiau <dlespiau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl] context: glib-mkenums chokes on /*< private >*/ but supports /*< skip >*/
- Date: Mon, 8 Oct 2012 12:47:40 +0000 (UTC)
commit 015c36af27a8ce68d60f8aab6a10acdc48c5f38c
Author: Damien Lespiau <damien lespiau intel com>
Date: Sat Oct 6 01:25:27 2012 +0100
context: glib-mkenums chokes on /*< private >*/ but supports /*< skip >*/
The private option is really part of gtk-doc, glib-mkenums does not
support it. Use skip instead.
Reviewed-by: Robert Bragg <robert linux intel com>
cogl/cogl-context.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/cogl/cogl-context.h b/cogl/cogl-context.h
index 060d497..daade97 100644
--- a/cogl/cogl-context.h
+++ b/cogl/cogl-context.h
@@ -234,8 +234,7 @@ typedef enum _CoglFeatureID
COGL_FEATURE_ID_GLES2_CONTEXT,
COGL_FEATURE_ID_DEPTH_TEXTURE,
- /*< private > */
- _COGL_N_FEATURE_IDS
+ _COGL_N_FEATURE_IDS /*< skip >*/
} CoglFeatureID;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]