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 /src/cairo.h | |
parent | 30735f790aa3cef822f132932f43a4738cd8cd95 (diff) |
Err, make gtk-doc happy again
Diffstat (limited to 'src/cairo.h')
-rw-r--r-- | src/cairo.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |