diff options
author | Andrea Canciani <ranma42@gmail.com> | 2012-03-24 17:48:07 +0100 |
---|---|---|
committer | Andrea Canciani <ranma42@gmail.com> | 2012-03-29 11:03:18 +0200 |
commit | 7f635e4ead0c5bc689438a3c52742feba92c09ed (patch) | |
tree | 6afe427faefde7fda364fa493d27c2538a64aa5a /src/cairo-quartz-surface.c | |
parent | eaac0fa87e588c3e29c177baa016e754588ad6c2 (diff) |
doc: Make doc ids more consistent my always putting ':' after them
This makes the documentations comments more consistent and fixes many
reports of 'invalid doc id'.
Diffstat (limited to 'src/cairo-quartz-surface.c')
-rw-r--r-- | src/cairo-quartz-surface.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cairo-quartz-surface.c b/src/cairo-quartz-surface.c index 1141cd5f..f806077f 100644 --- a/src/cairo-quartz-surface.c +++ b/src/cairo-quartz-surface.c @@ -2289,7 +2289,7 @@ _cairo_quartz_surface_create_internal (CGContextRef cgContext, } /** - * cairo_quartz_surface_create_for_cg_context + * cairo_quartz_surface_create_for_cg_context: * @cgContext: the existing CGContext for which to create the surface * @width: width of the surface, in pixels * @height: height of the surface, in pixels @@ -2331,7 +2331,7 @@ cairo_quartz_surface_create_for_cg_context (CGContextRef cgContext, } /** - * cairo_quartz_surface_create + * cairo_quartz_surface_create: * @format: format of pixels in the surface to create * @width: width of the surface, in pixels * @height: height of the surface, in pixels @@ -2441,7 +2441,7 @@ cairo_quartz_surface_create (cairo_format_t format, } /** - * cairo_quartz_surface_get_cg_context + * cairo_quartz_surface_get_cg_context: * @surface: the Cairo Quartz surface * * Returns the CGContextRef that the given Quartz surface is backed |