From e275a679a1fb9377dd1a74329420ce6e95a03da3 Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 29 Dec 2017 21:34:10 +0100 Subject: Small doc fixes Signed-off-by: pacien --- include/painter/canvas.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/painter/canvas.h') diff --git a/include/painter/canvas.h b/include/painter/canvas.h index ac278ff..51a7dc9 100644 --- a/include/painter/canvas.h +++ b/include/painter/canvas.h @@ -26,7 +26,7 @@ typedef struct { * height - the height in pixels * * Returns: - * The initialised canvas + * The initialised canvas, dynamically allocated */ Canvas *canvas_create(IntVector width, IntVector height); @@ -38,7 +38,7 @@ Canvas *canvas_create(IntVector width, IntVector height); * *fpath - path to the base image file * * Returns: - * The initialised canvas + * The initialised canvas, dynamically allocated */ Canvas *canvas_create_from_image(const char *fpath); -- cgit v1.2.3