From 8a3fb7a10d7d04f5a3d74c593274c8f3dcabf4d4 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Mon, 8 Oct 2012 15:04:33 +0100 Subject: [PATCH] context: Re-add /<* private *>/ for _COGL_N_FEATURE_IDS Turns out gtk-doc really needs 'private' and glib-mkenums needs 'skip'. So let's have both. Reviewed-by: Robert Bragg (cherry picked from commit e51206b2a9c9a582ac83fb71290524c99a8dbbb6) --- cogl/cogl-context.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cogl/cogl-context.h b/cogl/cogl-context.h index 43220fde0..791d2d3dd 100644 --- a/cogl/cogl-context.h +++ b/cogl/cogl-context.h @@ -238,6 +238,7 @@ typedef enum _CoglFeatureID COGL_FEATURE_ID_GLES2_CONTEXT, COGL_FEATURE_ID_DEPTH_TEXTURE, + /*< private >*/ _COGL_N_FEATURE_IDS /*< skip >*/ } CoglFeatureID;