Re: [PATCH] Fix one more warning from check-doc-syntax.sh

Bryce Harrington <[email protected]>
Newsgroups gmane.comp.lib.cairo
Message-ID <[email protected]>
On Tue, Nov 11, 2014 at 03:07:57PM +0530, Ravi Nanjundappa wrote:
> $ ./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 <[email protected]>

Thanks, pushed to master

> ---
>  src/cairo-pattern.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/cairo-pattern.c b/src/cairo-pattern.c
> index 4e3617a..ac5d7af 100644
> --- a/src/cairo-pattern.c
> +++ b/src/cairo-pattern.c
> @@ -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)
>  {
> -- 
> 1.7.9.5
> 
> -- 
> cairo mailing list
> [email protected]
> http://lists.cairographics.org/mailman/listinfo/cairo
-- 
cairo mailing list
[email protected]
http://lists.cairographics.org/mailman/listinfo/cairo
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.