[cogl/cogl-1.14: 47/174] context: glib-mkenums chokes on /*< private >*/ but supports /*< skip >*/



commit 08205a40e1f72bf04636c55ede528bbdab56f188
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>
    
    (cherry picked from commit 015c36af27a8ce68d60f8aab6a10acdc48c5f38c)

 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 17fb7f4..43220fd 100644
--- a/cogl/cogl-context.h
+++ b/cogl/cogl-context.h
@@ -238,8 +238,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]