cex100: Use % not # to document constants
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 2 Sep 2010 15:20:10 +0000 (16:20 +0100)
committerDamien Lespiau <damien.lespiau@intel.com>
Fri, 3 Sep 2010 10:13:57 +0000 (11:13 +0100)
gtk-doc contants should be prefixed by %, not # (types).

clutter/egl/clutter-cex100.h.in

index 54a5373..d6d976d 100644 (file)
@@ -80,7 +80,7 @@ typedef enum /*< prefix=CLUTTER_CEX100 >*/
  * surface used by Clutter to draw can be backed up by either one or two
  * back buffers thus being double or triple buffered, respectively.
  *
- * Clutter defaults to #CLUTTER_CEX100_TRIPLE_BUFFERING.
+ * Clutter defaults to %CLUTTER_CEX100_TRIPLE_BUFFERING.
  *
  * <note>This function has to be called before clutter_init()</note>
  */