summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2012-03-19 14:25:06 +0000
committerNeil Roberts <neil@linux.intel.com>2012-03-19 14:47:50 +0000
commitef9aa07d2e8f030416289ba4414c05b5526ca358 (patch)
treed6f2d4c7355b96f3cc809ed27e930a320e2240fc
parent5cf2c5762f23076ba27416570db9c6c912ac0e27 (diff)
downloadcogl-ef9aa07d2e8f030416289ba4414c05b5526ca358.tar.gz
framebuffer: Fix a closing tag in the documentation
This was causing the DocBook for the documentation to be invalid so all of the framebuffer documentation disappeared. Reviewed-by: Robert Bragg <robert@linux.intel.com>
-rw-r--r--cogl/cogl-framebuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl/cogl-framebuffer.h b/cogl/cogl-framebuffer.h
index 896a3c15..29ae3563 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