summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2012-12-31 17:45:50 +0000
committerRobert Bragg <robert@linux.intel.com>2013-01-21 14:20:38 +0000
commit6614a74f07940b6c86add246f1578684bee6483d (patch)
tree0c1b9ca3b8eaebaac125e35778db244254d36740
parenta1760b65d3175f8e90258fc80316c608cdbf2c56 (diff)
downloadcogl-6614a74f07940b6c86add246f1578684bee6483d.tar.gz
doc: Add a missing '*' to the documentation of CoglFilterReturn
(cherry picked from commit 0b9bdd5aaf2616993c4c20c7d7317daf178b19fd)
-rw-r--r--cogl/cogl-types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl/cogl-types.h b/cogl/cogl-types.h
index aed1e0a1..f23b102b 100644
--- a/cogl/cogl-types.h
+++ b/cogl/cogl-types.h
@@ -771,7 +771,7 @@ typedef enum { /*< prefix=COGL_RENDERER_ERROR >*/
COGL_RENDERER_ERROR_BAD_CONSTRAINT
} CoglRendererError;
-/*
+/**
* CoglFilterReturn:
* @COGL_FILTER_CONTINUE: The event was not handled, continues the
* processing