mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-14 14:28:17 +02:00
[pattern] Typo in document
Remove extraneous markup from program-listing. https://bugs.freedesktop.org/show_bug.cgi?id=20441
This commit is contained in:
parent
fa5d6c7afd
commit
8e5295979f
1 changed files with 1 additions and 1 deletions
|
|
@ -1107,7 +1107,7 @@ cairo_pattern_get_matrix (cairo_pattern_t *pattern, cairo_matrix_t *matrix)
|
||||||
*
|
*
|
||||||
* <informalexample><programlisting>
|
* <informalexample><programlisting>
|
||||||
* cairo_set_source_surface (cr, image, x, y);
|
* cairo_set_source_surface (cr, image, x, y);
|
||||||
* cairo_pattern_set_filter (cairo_get_source (cr), %CAIRO_FILTER_NEAREST);
|
* cairo_pattern_set_filter (cairo_get_source (cr), CAIRO_FILTER_NEAREST);
|
||||||
* </programlisting></informalexample>
|
* </programlisting></informalexample>
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue