[cairo-types] fix doc syntax

This commit is contained in:
Behdad Esfahbod 2008-06-26 16:08:39 -04:00
parent 787fb13566
commit 883c972a9b

View file

@ -132,7 +132,7 @@ typedef enum _cairo_paginated_mode {
/* Sure wish C had a real enum type so that this would be distinct
* from #cairo_status_t. Oh well, without that, I'll use this bogus 100
* offset. We want to keep it fit in int8_t as the compiler may choose
* that for cairo_status_t */
* that for #cairo_status_t */
typedef enum _cairo_int_status {
CAIRO_INT_STATUS_UNSUPPORTED = 100,
CAIRO_INT_STATUS_DEGENERATE,