mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 06:28:01 +02:00
image: Fix bad HTML generation in code docs for cairo-format-stride-for-width
Patch from Simon Kågedal Reimer Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=63257
This commit is contained in:
parent
7b50883577
commit
19b31bbe70
1 changed files with 1 additions and 1 deletions
|
|
@ -422,7 +422,7 @@ _cairo_image_surface_create_with_content (cairo_content_t content,
|
|||
* <informalexample><programlisting>
|
||||
* int stride;
|
||||
* unsigned char *data;
|
||||
* #cairo_surface_t *surface;
|
||||
* cairo_surface_t *surface;
|
||||
*
|
||||
* stride = cairo_format_stride_for_width (format, width);
|
||||
* data = malloc (stride * height);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue