summaryrefslogtreecommitdiff
path: root/src/cairo-clip-boxes.c
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2017-12-07 14:00:21 -0800
committerBryce Harrington <bryce@osg.samsung.com>2017-12-07 14:13:32 -0800
commit04b4967586ac31763186d9894107b8c8403bcb34 (patch)
tree26ad0a156b2499918c312a4b904103f6140d7352 /src/cairo-clip-boxes.c
parentdbc1636a9b932fd81ace436a03c1992a6ac1cbcf (diff)
downloadcairo-04b4967586ac31763186d9894107b8c8403bcb34.tar.gz
Fix various doxygen warnings found by check-doc-syntax.sh
./cairo-clip-boxes.c (268): ERROR: copy invalid doc id (should be 'cairo_...:') ./cairo-clip-boxes.c (274): ERROR: copy bad line: ' */' ./cairo-clip-boxes.c (274): ERROR: copy documentation comment not closed with **/ ./cairo-boxes.c (106): ERROR: Computes invalid doc id (should be 'cairo_...:') ./cairo-boxes.c (114): ERROR: Computes bad line: ' */' ./cairo-boxes.c (114): ERROR: Computes documentation comment not closed with **/ ./cairo-boxes.c (279): ERROR: Computes invalid doc id (should be 'cairo_...:') ./cairo-boxes.c (284): ERROR: Computes bad line: ' */' ./cairo-boxes.c (284): ERROR: Computes documentation comment not closed with **/ ./cairo-boxes.c (338): ERROR: Linearize invalid doc id (should be 'cairo_...:') ./cairo-boxes.c (345): ERROR: Linearize documentation comment not closed with **/ ./cairo.c (240): ERROR: SECTION:cairo-tag bad line: '' ./cairo.c (892): ERROR: cairo_set_source_rgb: Duplicate 'Since' field
Diffstat (limited to 'src/cairo-clip-boxes.c')
-rw-r--r--src/cairo-clip-boxes.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/cairo-clip-boxes.c b/src/cairo-clip-boxes.c
index 1d33cc892..aaddeb7f7 100644
--- a/src/cairo-clip-boxes.c
+++ b/src/cairo-clip-boxes.c
@@ -264,13 +264,12 @@ _cairo_clip_intersect_box (cairo_clip_t *clip,
return _cairo_clip_intersect_rectangle_box (clip, &r, box);
}
-/**
- * copy a box set to an clip
+/* Copy a box set to a clip
*
- * @param box the box set to copy from
- * @param clip the clip to copy to (return buffer)
- * @result zero if the allocation failed - the clip will be set to all-clipped
- * otherwise non-zero
+ * @param boxes The box set to copy from.
+ * @param clip The clip to copy to (return buffer).
+ * @returns Zero if the allocation failed (the clip will be set to
+ * all-clipped), otherwise non-zero.
*/
static cairo_bool_t
_cairo_boxes_copy_to_clip (const cairo_boxes_t *boxes, cairo_clip_t *clip)