info: GstDebugColorFlags are flags, not an enum
authorSebastian Dröge <sebastian@centricular.com>
Sat, 9 Sep 2017 13:14:05 +0000 (16:14 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 9 Sep 2017 13:14:30 +0000 (16:14 +0300)
Annotate as such.

gst/gstinfo.h

index fe3a51e..807e316 100644 (file)
@@ -151,7 +151,7 @@ typedef enum {
  * These are some terminal style flags you can use when creating your
  * debugging categories to make them stand out in debugging output.
  */
-typedef enum {
+typedef enum { /*< flags >*/
   /* colors */
   GST_DEBUG_FG_BLACK           = 0x0000,
   GST_DEBUG_FG_RED             = 0x0001,