diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-06-01 18:46:45 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-06-01 18:46:45 -0400 |
commit | 3f02e0d74b9b04f6e8ad32d12768aafa0076bd97 (patch) | |
tree | 214f94c7ce8d1097995c502034a1e57a358f2099 /src/cairo-bentley-ottmann.c | |
parent | b37c7557303e750c672648fe00922262d2a56a5a (diff) |
Fix newly detected doc syntax issues
Diffstat (limited to 'src/cairo-bentley-ottmann.c')
-rw-r--r-- | src/cairo-bentley-ottmann.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-bentley-ottmann.c b/src/cairo-bentley-ottmann.c index 208da7ce0..bc1f68738 100644 --- a/src/cairo-bentley-ottmann.c +++ b/src/cairo-bentley-ottmann.c @@ -508,7 +508,7 @@ det64_128 (cairo_int64_t a, * result is provided as a coordinate pair of 128-bit integers. * * Returns %CAIRO_BO_STATUS_INTERSECTION if there is an intersection or - * CAIRO_BO_STATUS_PARALLEL if the two lines are exactly parallel. + * %CAIRO_BO_STATUS_PARALLEL if the two lines are exactly parallel. */ static cairo_bo_status_t intersect_lines (cairo_bo_edge_t *a, |