summaryrefslogtreecommitdiff
path: root/src/cairo-bentley-ottmann.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-01-28 20:49:44 -0500
committerBehdad Esfahbod <behdad@behdad.org>2008-01-28 20:49:44 -0500
commit0d898f2badf41d3b0ae5ee88943c44cf49690f5d (patch)
tree88c9e1a4fd355af9fe074ca5206ecafe1c642c90 /src/cairo-bentley-ottmann.c
parent9ecde82d35ead4975ce110bb2012264e3ca9d2e1 (diff)
downloadcairo-0d898f2badf41d3b0ae5ee88943c44cf49690f5d.tar.gz
[doc] Make sure all type names in docs are prefixed by #
Diffstat (limited to 'src/cairo-bentley-ottmann.c')
-rw-r--r--src/cairo-bentley-ottmann.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-bentley-ottmann.c b/src/cairo-bentley-ottmann.c
index c2e11bd86..6a591a780 100644
--- a/src/cairo-bentley-ottmann.c
+++ b/src/cairo-bentley-ottmann.c
@@ -129,7 +129,7 @@ typedef struct _cairo_bo_event_queue {
unsigned num_startstop_events;
} cairo_bo_event_queue_t;
-/* This structure extends cairo_skip_list_t, which must come first. */
+/* This structure extends #cairo_skip_list_t, which must come first. */
typedef struct _cairo_bo_sweep_line {
cairo_skip_list_t active_edges;
cairo_bo_edge_t *head;
@@ -1053,7 +1053,7 @@ print_state (const char *msg,
}
#endif
-/* Adds the trapezoid, if any, of the left edge to the cairo_traps_t
+/* Adds the trapezoid, if any, of the left edge to the #cairo_traps_t
* of bo_traps. */
static cairo_status_t
_cairo_bo_edge_end_trap (cairo_bo_edge_t *left,