[cogl] framebuffer: Fix a closing tag in the documentation



commit ef9aa07d2e8f030416289ba4414c05b5526ca358
Author: Neil Roberts <neil linux intel com>
Date:   Mon Mar 19 14:25:06 2012 +0000

    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>

 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]