mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 14:58:06 +02:00
gl: Remove double ** from some comments
gtk-doc doesn't like that unless it's a real gtk-doc comment. And it wasn't.
This commit is contained in:
parent
5c73b371ae
commit
c1fed69302
1 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ _cairo_gl_create_gradient_texture (cairo_gl_surface_t *dst,
|
|||
return _cairo_gl_context_release (ctx, status);
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* Like cairo_pattern_acquire_surface(), but returns a matrix that transforms
|
||||
* from dest to src coords.
|
||||
*/
|
||||
|
|
@ -826,7 +826,7 @@ _cairo_gl_composite_begin_component_alpha (cairo_gl_context_t *ctx,
|
|||
setup->op = CAIRO_OPERATOR_DEST_OUT;
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* implements component-alpha %CAIRO_OPERATOR_OVER using two passes of
|
||||
* the simpler operations %CAIRO_OPERATOR_DEST_OUT and %CAIRO_OPERATOR_ADD.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue