mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 07:18:04 +02:00
Fix one more warning from check-doc-syntax.sh
$ ./check-doc-syntax.sh Checking documentation for incorrect syntax ./cairo-pattern.c (3342): ERROR: Will invalid doc id (should be 'cairo_...:') The proposed changes fixes the warning about the documentation style used in cairo. Signed-off-by: Ravi Nanjundappa <nravi.n@samsung.com>
This commit is contained in:
parent
a03f2ff720
commit
121f384c0e
1 changed files with 2 additions and 2 deletions
|
|
@ -3338,12 +3338,12 @@ _cairo_pattern_is_clear (const cairo_pattern_t *abstract_pattern)
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* Will given row of back-translation matrix work with bilinear scale?
|
||||
* 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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue