mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 10:18:02 +02:00
[cairo-types] fix doc syntax
This commit is contained in:
parent
787fb13566
commit
883c972a9b
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue