summaryrefslogtreecommitdiff
path: root/src/cairo-png.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-06-01 18:46:45 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-06-01 18:46:45 -0400
commit3f02e0d74b9b04f6e8ad32d12768aafa0076bd97 (patch)
tree214f94c7ce8d1097995c502034a1e57a358f2099 /src/cairo-png.c
parentb37c7557303e750c672648fe00922262d2a56a5a (diff)
downloadcairo-3f02e0d74b9b04f6e8ad32d12768aafa0076bd97.tar.gz
Fix newly detected doc syntax issues
Diffstat (limited to 'src/cairo-png.c')
-rw-r--r--src/cairo-png.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/cairo-png.c b/src/cairo-png.c
index 9476ab60f..59e041932 100644
--- a/src/cairo-png.c
+++ b/src/cairo-png.c
@@ -274,7 +274,7 @@ stdio_write_func (png_structp png, png_bytep data, png_size_t size)
* Return value: %CAIRO_STATUS_SUCCESS if the PNG file was written
* successfully. Otherwise, %CAIRO_STATUS_NO_MEMORY if memory could not
* be allocated for the operation or
- * CAIRO_STATUS_SURFACE_TYPE_MISMATCH if the surface does not have
+ * %CAIRO_STATUS_SURFACE_TYPE_MISMATCH if the surface does not have
* pixel contents, or %CAIRO_STATUS_WRITE_ERROR if an I/O error occurs
* while attempting to write the file.
**/
@@ -341,7 +341,7 @@ stream_write_func (png_structp png, png_bytep data, png_size_t size)
* Return value: %CAIRO_STATUS_SUCCESS if the PNG file was written
* successfully. Otherwise, %CAIRO_STATUS_NO_MEMORY is returned if
* memory could not be allocated for the operation,
- * CAIRO_STATUS_SURFACE_TYPE_MISMATCH if the surface does not have
+ * %CAIRO_STATUS_SURFACE_TYPE_MISMATCH if the surface does not have
* pixel contents.
**/
cairo_status_t
@@ -615,9 +615,9 @@ stdio_read_func (png_structp png, png_bytep data, png_size_t size)
* surface can be checked for with cairo_surface_status(surface) which
* may return one of the following values:
*
- * CAIRO_STATUS_NO_MEMORY
- * CAIRO_STATUS_FILE_NOT_FOUND
- * CAIRO_STATUS_READ_ERROR
+ * %CAIRO_STATUS_NO_MEMORY
+ * %CAIRO_STATUS_FILE_NOT_FOUND
+ * %CAIRO_STATUS_READ_ERROR
**/
cairo_surface_t *
cairo_image_surface_create_from_png (const char *filename)