From 6614a74f07940b6c86add246f1578684bee6483d Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Mon, 31 Dec 2012 17:45:50 +0000 Subject: doc: Add a missing '*' to the documentation of CoglFilterReturn (cherry picked from commit 0b9bdd5aaf2616993c4c20c7d7317daf178b19fd) --- cogl/cogl-types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1