mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-17 05:30:36 +01:00
Fix warnings from check-doc-syntax.sh
$ ./check-doc-syntax.sh Checking documentation for incorrect syntax ./cairo-pattern.c (3346): ERROR: Will bad line: ' */' ./cairo-pattern.c (3346): ERROR: Will documentation comment not closed with **/ ./cairo-pattern.c (3422): ERROR: _cairo_pattern_sampled_area invalid doc id (should be 'cairo_...:') The warnings are about the documentation style used in cairo Signed-off-by: Ravi Nanjundappa <nravi.n@samsung.com>
This commit is contained in:
parent
f9b65ae1fc
commit
caa4c9fdeb
1 changed files with 2 additions and 2 deletions
|
|
@ -3343,7 +3343,7 @@ _cairo_pattern_is_clear (const cairo_pattern_t *abstract_pattern)
|
|||
* This is true for scales larger than 1. Also it was judged acceptable
|
||||
* for scales larger than .75. And if there is integer translation
|
||||
* then a scale of exactly .5 works.
|
||||
*/
|
||||
**/
|
||||
static int
|
||||
use_bilinear(double x, double y, double t)
|
||||
{
|
||||
|
|
@ -3419,7 +3419,7 @@ _cairo_hypot(double x, double y)
|
|||
}
|
||||
|
||||
/**
|
||||
* _cairo_pattern_sampled_area
|
||||
* _cairo_pattern_sampled_area:
|
||||
*
|
||||
* Return region of @pattern that will be sampled to fill @extents,
|
||||
* based on the transformation and filter.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue