mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-07 17:58:42 +02:00
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>
This commit is contained in:
parent
aa5a9c46e1
commit
934a3dcc6b
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue