summaryrefslogtreecommitdiff
path: root/src/cairo-image-surface.c
diff options
context:
space:
mode:
authorBryce Harrington <b.harrington@samsung.com>2014-02-26 18:36:15 -0800
committerBryce Harrington <b.harrington@samsung.com>2014-02-26 18:36:15 -0800
commit19b31bbe7018dbe031c650e7497b19a0607ad453 (patch)
treeeed2767fc647e3762184d35c640df58b07ccf693 /src/cairo-image-surface.c
parent7b50883577df0949f793cc6dbfda281e96119dcd (diff)
downloadcairo-19b31bbe7018dbe031c650e7497b19a0607ad453.tar.gz
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
Diffstat (limited to 'src/cairo-image-surface.c')
-rw-r--r--src/cairo-image-surface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-image-surface.c b/src/cairo-image-surface.c
index e42cc7d43..1fd563d1c 100644
--- a/src/cairo-image-surface.c
+++ b/src/cairo-image-surface.c
@@ -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);