diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-01-28 20:49:44 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-01-28 20:49:44 -0500 |
commit | 0d898f2badf41d3b0ae5ee88943c44cf49690f5d (patch) | |
tree | 88c9e1a4fd355af9fe074ca5206ecafe1c642c90 /src/cairo-font-face.c | |
parent | 9ecde82d35ead4975ce110bb2012264e3ca9d2e1 (diff) |
[doc] Make sure all type names in docs are prefixed by #
Diffstat (limited to 'src/cairo-font-face.c')
-rw-r--r-- | src/cairo-font-face.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/cairo-font-face.c b/src/cairo-font-face.c index b944534b..6a296005 100644 --- a/src/cairo-font-face.c +++ b/src/cairo-font-face.c @@ -256,10 +256,10 @@ _cairo_toy_font_face_keys_equal (const void *key_a, const void *key_b); /* We maintain a hash table from family/weight/slant => - * cairo_font_face_t for cairo_toy_font_t. The primary purpose of - * this mapping is to provide unique cairo_font_face_t values so that - * our cache and mapping from cairo_font_face_t => cairo_scaled_font_t - * works. Once the corresponding cairo_font_face_t objects fall out of + * cairo_font_face_t for #cairo_toy_font_t. The primary purpose of + * this mapping is to provide unique #cairo_font_face_t values so that + * our cache and mapping from #cairo_font_face_t => #cairo_scaled_font_t + * works. Once the corresponding #cairo_font_face_t objects fall out of * downstream caches, we don't need them in this hash table anymore. * * Modifications to this hash table are protected by @@ -295,11 +295,11 @@ _cairo_toy_font_face_hash_table_unlock (void) /** * _cairo_toy_font_face_init_key: * - * Initialize those portions of cairo_toy_font_face_t needed to use + * Initialize those portions of #cairo_toy_font_face_t needed to use * it as a hash table key, including the hash code buried away in * font_face->base.hash_entry. No memory allocation is performed here * so that no fini call is needed. We do this to make it easier to use - * an automatic cairo_toy_font_face_t variable as a key. + * an automatic #cairo_toy_font_face_t variable as a key. **/ static void _cairo_toy_font_face_init_key (cairo_toy_font_face_t *key, |