From 3f02e0d74b9b04f6e8ad32d12768aafa0076bd97 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 1 Jun 2008 18:46:45 -0400 Subject: Fix newly detected doc syntax issues --- src/cairo-cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cairo-cache.c') diff --git a/src/cairo-cache.c b/src/cairo-cache.c index c87e20f56..bb5c719ff 100644 --- a/src/cairo-cache.c +++ b/src/cairo-cache.c @@ -296,7 +296,7 @@ _cairo_cache_shrink_to_accommodate (cairo_cache_t *cache, * entry_destroy() callback will be called on it). * * Return value: %CAIRO_STATUS_SUCCESS if successful or - * CAIRO_STATUS_NO_MEMORY if insufficient memory is available. + * %CAIRO_STATUS_NO_MEMORY if insufficient memory is available. **/ cairo_status_t _cairo_cache_insert (cairo_cache_t *cache, -- cgit v1.2.1