aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-symbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'liblogdiag/ld-symbol.c')
-rw-r--r--liblogdiag/ld-symbol.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/liblogdiag/ld-symbol.c b/liblogdiag/ld-symbol.c
index bcc68d9..f353334 100644
--- a/liblogdiag/ld-symbol.c
+++ b/liblogdiag/ld-symbol.c
@@ -15,9 +15,9 @@
/**
* SECTION:ld-symbol
* @short_description: A symbol
- * @see_also: #LdDiagramSymbol, #LdCanvas
+ * @see_also: #LdDiagramSymbol, #LdDiagramView
*
- * #LdSymbol represents a symbol to be drawn onto a #LdCanvas.
+ * #LdSymbol represents a symbol to be drawn by #LdDiagramView.
*
* All implementations of this abstract class are required to use
* cairo_save() and cairo_restore() when drawing to store the state.