summaryrefslogtreecommitdiff
path: root/src/cairo-pattern.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-10-06 17:44:03 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2008-10-07 01:45:45 +0100
commit7cb9ccb4cb2106bb59e181ee284f8dcc5504eb7a (patch)
treee47bd25201caef74fc6bfbf0bdd9f72695048d8a /src/cairo-pattern.c
parentd6f0351b6cbb0d542a069eb5d0a7377eb85a6e4e (diff)
Fixup a couple of trivials doc warnings.
Correct the 'Returns' statement to match what gtk-doc expects.
Diffstat (limited to 'src/cairo-pattern.c')
-rw-r--r--src/cairo-pattern.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cairo-pattern.c b/src/cairo-pattern.c
index 71dfda2f..33a99a15 100644
--- a/src/cairo-pattern.c
+++ b/src/cairo-pattern.c
@@ -1663,11 +1663,10 @@ _cairo_pattern_is_opaque (const cairo_pattern_t *abstract_pattern)
}
/**
- * _cairo_pattern_analyze_filter
+ * _cairo_pattern_analyze_filter:
* @pattern: surface pattern
* @pad_out: location to store necessary padding in the source image, or %NULL
- *
- * Returns the optimized #cairo_filter_t to use with @pattern.
+ * Returns: the optimized #cairo_filter_t to use with @pattern.
*
* Analyze the filter to determine how much extra needs to be sampled
* from the source image to account for the filter radius and whether