Oops. Fix doc format.

This commit is contained in:
Behdad Esfahbod 2006-07-11 15:18:14 -04:00
parent 90a46affe6
commit fe647ca42b

View file

@ -377,7 +377,7 @@ cairo_set_antialias (cairo_t *cr, cairo_antialias_t antialias);
* or have a tricky intersection such as intersecting tangent to the path.
* (Note that filling is not actually implemented in this way. This
* is just a description of the rule that is applied.)
*
* New entries may be added in future versions.
**/
typedef enum _cairo_fill_rule {
@ -780,7 +780,7 @@ typedef enum _cairo_subpixel_order {
* involves distorting them, it also reduces the faithfulness
* to the original outline shapes. Not all of the outline hinting
* styles are supported by all font backends.
*
* New entries may be added in future versions.
*/
typedef enum _cairo_hint_style {
@ -965,7 +965,7 @@ cairo_font_face_status (cairo_font_face_t *font_face);
*
* The behavior of calling a type-specific function with a scaled font
* of the wrong type is undefined.
*
* New entries may be added in future versions.
*
* Since: 1.2
@ -1258,7 +1258,7 @@ cairo_surface_status (cairo_surface_t *surface);
*
* The behavior of calling a type-specific function with a surface of
* the wrong type is undefined.
*
* New entries may be added in future versions.
*
* Since: 1.2
@ -1364,7 +1364,7 @@ cairo_surface_set_fallback_resolution (cairo_surface_t *surface,
*
* #cairo_format_t is used to identify the memory format of
* image data.
*
* New entries may be added in future versions.
*/
typedef enum _cairo_format {
@ -1467,7 +1467,7 @@ cairo_pattern_status (cairo_pattern_t *pattern);
* cairo_pattern_add_color_stop_rgba() which must only be called with
* gradient patterns (either LINEAR or RADIAL). Otherwise the pattern
* will be shutdown and put into an error state.
*
* New entries may be added in future versions.
*
* Since: 1.2
@ -1514,7 +1514,7 @@ cairo_pattern_get_matrix (cairo_pattern_t *pattern,
*
* #cairo_extend_t is used to describe how the area outside
* of a pattern will be drawn.
*
* New entries may be added in future versions.
*/
typedef enum _cairo_extend {