[Cogl] [PATCH 2/2] framebuffer: Fix a closing tag in the documentation
Neil Roberts
neil at linux.intel.com
Mon Mar 19 07:32:09 PDT 2012
This was causing the DocBook for the documentation to be invalid so
all of the framebuffer documentation disappeared.
---
cogl/cogl-framebuffer.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cogl/cogl-framebuffer.h b/cogl/cogl-framebuffer.h
index 896a3c1..29ae356 100644
--- a/cogl/cogl-framebuffer.h
+++ b/cogl/cogl-framebuffer.h
@@ -108,7 +108,7 @@ typedef struct _CoglFramebuffer CoglFramebuffer;
* since Cogl will automatically allocate a framebuffer when it first gets
* used. The disadvantage of relying on automatic allocation is that the
* program will abort with an error message if there is an error during
- * automatic allocation.<note>
+ * automatic allocation.</note>
*
* Return value: %TRUE if there were no error allocating the framebuffer, else %FALSE.
* Since: 1.8
--
1.7.3.16.g9464b
More information about the Cogl
mailing list