diff options
author | Nis Martensen <nis.martensen@web.de> | 2012-03-03 22:06:56 +0100 |
---|---|---|
committer | Uli Schlachter <psychon@znc.in> | 2012-03-10 10:20:28 +0100 |
commit | 344d62b011a9b4ef77b76c9d4377b73133a01cfc (patch) | |
tree | 46a2e30c5b8688d63a079d9911b9174df77ce1af /src/cairo-ft-font.c | |
parent | 6b2d12e78a80dd8687b927defbe0704df9cdecf1 (diff) |
doc: Add colon to Returns statement
Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'src/cairo-ft-font.c')
-rw-r--r-- | src/cairo-ft-font.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-ft-font.c b/src/cairo-ft-font.c index 34cf1097..e7444813 100644 --- a/src/cairo-ft-font.c +++ b/src/cairo-ft-font.c @@ -3308,7 +3308,7 @@ cairo_ft_font_face_unset_synthesize (cairo_font_face_t *font_face, * cairo_ft_font_face_get_synthesize: * @font_face: The #cairo_ft_font_face_t object to query * - * Returns the current set of synthesis options. + * Returns: the current set of synthesis options. * * Since: 1.12 **/ |