doc: Fix a syntax issue in quartz-font gtkdoc

A missing empty line caused the long description to be part of
@See_Also. Ooops.
This commit is contained in:
Benjamin Otte 2010-07-08 23:44:35 +02:00
parent fb03eba44f
commit 57da730d28

View file

@ -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.