summaryrefslogtreecommitdiff
path: root/src/cairo-font-face.c
diff options
context:
space:
mode:
authorMaarten Bosmans <mkbosmans@gmail.com>2010-12-28 13:32:27 +0100
committerAndrea Canciani <ranma42@gmail.com>2011-01-16 18:40:49 +0100
commita35180714798ace2299aad531e2eacfa7968f16e (patch)
tree69fc75147fe4747c5a102618d61e4bffff4de8e0 /src/cairo-font-face.c
parent32241cde01a2a095f04c0b110067d4c1571f9cbd (diff)
downloadcairo-a35180714798ace2299aad531e2eacfa7968f16e.tar.gz
doc: Fix some broken references and gtk-doc warnings
The gtk-doc comments contain some typos and are missing some escaping.
Diffstat (limited to 'src/cairo-font-face.c')
-rw-r--r--src/cairo-font-face.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cairo-font-face.c b/src/cairo-font-face.c
index a66054ead..e379b25af 100644
--- a/src/cairo-font-face.c
+++ b/src/cairo-font-face.c
@@ -49,11 +49,11 @@
*
* #cairo_font_face_t represents a particular font at a particular weight,
* slant, and other characteristic but no size, transformation, or size.
- *
+ *
* Font faces are created using <firstterm>font-backend</firstterm>-specific
* constructors, typically of the form
- * cairo_<emphasis>backend</emphasis>_font_face_create(), or implicitly
- * using the <firstterm>toy</firstterm> text API by way of
+ * <function>cairo_<emphasis>backend</emphasis>_font_face_create(<!-- -->)</function>,
+ * or implicitly using the <firstterm>toy</firstterm> text API by way of
* cairo_select_font_face(). The resulting face can be accessed using
* cairo_get_font_face().
*/