From 57da730d286f643c8f68b445907f7cdd1f53e5de Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 8 Jul 2010 23:44:35 +0200 Subject: [PATCH] doc: Fix a syntax issue in quartz-font gtkdoc A missing empty line caused the long description to be part of @See_Also. Ooops. --- src/cairo-quartz-font.c | 1 + 1 file changed, 1 insertion(+) 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.