summaryrefslogtreecommitdiff
path: root/src/cairo-quartz-font.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-07-08 23:44:35 +0200
committerBenjamin Otte <otte@redhat.com>2010-07-09 02:11:59 +0200
commit57da730d286f643c8f68b445907f7cdd1f53e5de (patch)
treeae43c2dbb6d6341283662a9f733d59c2034e04f1 /src/cairo-quartz-font.c
parentfb03eba44f1ae7dd76dd3db82bfb55b06b0932ae (diff)
downloadcairo-57da730d286f643c8f68b445907f7cdd1f53e5de.tar.gz
doc: Fix a syntax issue in quartz-font gtkdoc
A missing empty line caused the long description to be part of @See_Also. Ooops.
Diffstat (limited to 'src/cairo-quartz-font.c')
-rw-r--r--src/cairo-quartz-font.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo-quartz-font.c b/src/cairo-quartz-font.c
index 3bcf1e26f..2c7e017af 100644
--- a/src/cairo-quartz-font.c
+++ b/src/cairo-quartz-font.c
@@ -48,6 +48,7 @@
* @Title: Quartz (CGFont) Fonts
* @Short_Description: Font support via CGFont on OS X
* @See_Also: #cairo_font_face_t
+ *
* The Quartz font backend is primarily used to render text on Apple
* MacOS X systems. The CGFont API is used for the internal
* implementation of the font backend methods.