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 <robert@linux.intel.com>

(cherry picked from commit e51206b2a9c9a582ac83fb71290524c99a8dbbb6)
This commit is contained in:
Damien Lespiau 2012-10-08 15:04:33 +01:00 committed by Robert Bragg
parent 979a3d5517
commit 8a3fb7a10d

View File

@ -238,6 +238,7 @@ typedef enum _CoglFeatureID
COGL_FEATURE_ID_GLES2_CONTEXT,
COGL_FEATURE_ID_DEPTH_TEXTURE,
/*< private >*/
_COGL_N_FEATURE_IDS /*< skip >*/
} CoglFeatureID;