summaryrefslogtreecommitdiff
path: root/src/cairo-cache.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-cache.c
parent9ecde82d35ead4975ce110bb2012264e3ca9d2e1 (diff)
downloadcairo-0d898f2badf41d3b0ae5ee88943c44cf49690f5d.tar.gz
[doc] Make sure all type names in docs are prefixed by #
Diffstat (limited to 'src/cairo-cache.c')
-rw-r--r--src/cairo-cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-cache.c b/src/cairo-cache.c
index fa23da890..b0d5bb069 100644
--- a/src/cairo-cache.c
+++ b/src/cairo-cache.c
@@ -97,7 +97,7 @@ _cairo_cache_fini (cairo_cache_t *cache)
* the equality of entries.
*
* Data is provided to the cache in the form of user-derived version
- * of cairo_cache_entry_t. A cache entry must be able to hold hash
+ * of #cairo_cache_entry_t. A cache entry must be able to hold hash
* code, a size, and the key/value pair being stored in the
* cache. Sometimes only the key will be necessary, (as in
* _cairo_cache_lookup()), and in these cases the value portion of the