summaryrefslogtreecommitdiff
path: root/src/cairo-path-stroke.c
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@gmail.com>2012-03-24 17:48:07 +0100
committerAndrea Canciani <ranma42@gmail.com>2012-03-29 11:03:18 +0200
commit7f635e4ead0c5bc689438a3c52742feba92c09ed (patch)
tree6afe427faefde7fda364fa493d27c2538a64aa5a /src/cairo-path-stroke.c
parenteaac0fa87e588c3e29c177baa016e754588ad6c2 (diff)
downloadcairo-7f635e4ead0c5bc689438a3c52742feba92c09ed.tar.gz
doc: Make doc ids more consistent my always putting ':' after them
This makes the documentations comments more consistent and fixes many reports of 'invalid doc id'.
Diffstat (limited to 'src/cairo-path-stroke.c')
-rw-r--r--src/cairo-path-stroke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-path-stroke.c b/src/cairo-path-stroke.c
index 2d32b914e..d93be8f23 100644
--- a/src/cairo-path-stroke.c
+++ b/src/cairo-path-stroke.c
@@ -180,7 +180,7 @@ _cairo_stroker_join_is_clockwise (const cairo_stroke_face_t *in,
}
/**
- * _cairo_slope_compare_sgn
+ * _cairo_slope_compare_sgn:
*
* Return -1, 0 or 1 depending on the relative slopes of
* two lines.