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>
This commit is contained in:
Neil Roberts 2012-03-19 14:25:06 +00:00
parent 5cf2c5762f
commit ef9aa07d2e

View File

@ -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