summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-12-02 16:19:48 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2011-12-02 16:19:48 +0000
commit934a3dcc6b218056b685885ef7d373578378caf5 (patch)
treee16600e4b2e70f8e25a3d3862dac6a278f889a29
parentaa5a9c46e1b1b8e93db8762fec1c902704ed44a9 (diff)
doc: Drop the gtk-doc markup from _cairo_radial_pattern_focus_is_inside
Stop confusing gtk-doc with this private function. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r--src/cairo-pattern.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cairo-pattern.c b/src/cairo-pattern.c
index e55e5eb5..bcc00354 100644
--- a/src/cairo-pattern.c
+++ b/src/cairo-pattern.c
@@ -2206,8 +2206,8 @@ _extend_range (double range[2], double value, cairo_bool_t valid)
return TRUE;
}
-/**
- * _cairo_radial_pattern_focus_is_inside
+/*
+ * _cairo_radial_pattern_focus_is_inside:
*
* Returns %TRUE if and only if the focus point exists and is
* contained in one of the two extreme circles. This condition is
@@ -2219,7 +2219,7 @@ _extend_range (double range[2], double value, cairo_bool_t valid)
* considered as contained in the circle, hence this function returns
* %FALSE.
*
- **/
+ */
cairo_bool_t
_cairo_radial_pattern_focus_is_inside (const cairo_radial_pattern_t *radial)
{