From 3f5ce00e99bcbb17594441301ad0845007d0aedf Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 6 Apr 2008 03:09:45 -0700 Subject: [PATCH] Add missing parens() to function name in gtk-doc comment --- src/cairo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cairo.c b/src/cairo.c index 346f0901e..a7073d0f1 100644 --- a/src/cairo.c +++ b/src/cairo.c @@ -2607,7 +2607,7 @@ cairo_copy_clip_rectangle_list (cairo_t *cr) * example, if you are using the freetype-based cairo-ft font backend, * see cairo_ft_font_face_create_for_ft_face() or * cairo_ft_font_face_create_for_pattern().) The resulting font face - * could then be used with cairo_scaled_font_create and + * could then be used with cairo_scaled_font_create() and * cairo_set_scaled_font(). * * Similarly, when using the "real" font support, you can call