diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-03-17 19:48:12 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-05-06 20:31:04 -0400 |
commit | f9573d03dde2c38674d36b783044715ab5104b0a (patch) | |
tree | 1e7de48e5b6f0c75adff68f555c599e1973ff58e | |
parent | 30735f790aa3cef822f132932f43a4738cd8cd95 (diff) |
Err, make gtk-doc happy again
-rw-r--r-- | doc/public/tmpl/cairo-status.sgml | 2 | ||||
-rw-r--r-- | src/cairo.h | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/doc/public/tmpl/cairo-status.sgml b/doc/public/tmpl/cairo-status.sgml index b74856f7..e8ad9699 100644 --- a/doc/public/tmpl/cairo-status.sgml +++ b/doc/public/tmpl/cairo-status.sgml @@ -71,7 +71,7 @@ code is required before or after each individual cairo function call. @CAIRO_STATUS_INVALID_SLANT: @CAIRO_STATUS_INVALID_WEIGHT: @CAIRO_STATUS_INVALID_SIZE: -@_CAIRO_STATUS_LAST_STATUS: +@CAIRO_STATUS_LAST_STATUS: <!-- ##### FUNCTION cairo_status_to_string ##### --> <para> diff --git a/src/cairo.h b/src/cairo.h index 1347187f..58f1cd0e 100644 --- a/src/cairo.h +++ b/src/cairo.h @@ -208,7 +208,6 @@ typedef struct _cairo_user_data_key { /** * cairo_status_t: * @CAIRO_STATUS_SUCCESS: no error has occurred - * * @CAIRO_STATUS_NO_MEMORY: out of memory * @CAIRO_STATUS_INVALID_RESTORE: cairo_restore() called without matching cairo_save() * @CAIRO_STATUS_INVALID_POP_GROUP: no saved group to pop @@ -241,7 +240,6 @@ typedef struct _cairo_user_data_key { * @CAIRO_STATUS_INVALID_SLANT: invalid value for an input #cairo_font_slant_t (Since 1.8) * @CAIRO_STATUS_INVALID_WEIGHT: invalid value for an input #cairo_font_weight_t (Since 1.8) * @CAIRO_STATUS_INVALID_SIZE: invalid value (typically too big) for a size (Since 1.10) - * * @CAIRO_STATUS_LAST_STATUS: this is a special value indicating the number of * status values defined in this enumeration. When using this value, note * that the version of cairo at run-time may have additional status values |