summaryrefslogtreecommitdiff
path: root/src/cairo-font-options.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-01-28 20:49:44 -0500
committerBehdad Esfahbod <behdad@behdad.org>2008-01-28 20:49:44 -0500
commit0d898f2badf41d3b0ae5ee88943c44cf49690f5d (patch)
tree88c9e1a4fd355af9fe074ca5206ecafe1c642c90 /src/cairo-font-options.c
parent9ecde82d35ead4975ce110bb2012264e3ca9d2e1 (diff)
downloadcairo-0d898f2badf41d3b0ae5ee88943c44cf49690f5d.tar.gz
[doc] Make sure all type names in docs are prefixed by #
Diffstat (limited to 'src/cairo-font-options.c')
-rw-r--r--src/cairo-font-options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-font-options.c b/src/cairo-font-options.c
index 700579038..f9a10590b 100644
--- a/src/cairo-font-options.c
+++ b/src/cairo-font-options.c
@@ -241,7 +241,7 @@ slim_hidden_def (cairo_font_options_equal);
* @options: a #cairo_font_options_t
*
* Compute a hash for the font options object; this value will
- * be useful when storing an object containing a cairo_font_options_t
+ * be useful when storing an object containing a #cairo_font_options_t
* in a hash table.
*
* Return value: the hash value for the font options object.