aboutsummaryrefslogtreecommitdiff
path: root/src/ld-symbol.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2011-01-09 06:46:48 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2011-01-09 07:08:39 +0100
commit54ef5ce450725e0594a93543d4de5914e2b5e102 (patch)
tree342de99b137b6aa2548ff3af9489866155c9f253 /src/ld-symbol.c
parent8243114d0924982590fb81f0ecb54b39fef41c9e (diff)
downloadlogdiag-54ef5ce450725e0594a93543d4de5914e2b5e102.tar.gz
logdiag-54ef5ce450725e0594a93543d4de5914e2b5e102.tar.xz
logdiag-54ef5ce450725e0594a93543d4de5914e2b5e102.zip
Fix comments.
Diffstat (limited to 'src/ld-symbol.c')
-rw-r--r--src/ld-symbol.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/ld-symbol.c b/src/ld-symbol.c
index cdc59f5..fd9ef5a 100644
--- a/src/ld-symbol.c
+++ b/src/ld-symbol.c
@@ -21,10 +21,9 @@
/**
* SECTION:ld-symbol
* @short_description: A symbol.
- * @see_also: #LdDiagram, #LdCanvas
+ * @see_also: #LdDiagramSymbol, #LdCanvas
*
- * #LdSymbol represents a symbol in the #LdDiagram that is in turn
- * drawn onto the #LdCanvas.
+ * #LdSymbol represents a symbol to be drawn onto a #LdCanvas.
*
* All implementations of this abstract class are required to use
* cairo_save() and cairo_restore() when drawing to store the state.
@@ -180,7 +179,7 @@ ld_symbol_get_human_name (LdSymbol *self)
/**
* ld_symbol_get_area:
- * @self: A symbol object.
+ * @self: An #LdSymbol object.
* @area: Where the area of the symbol will be returned.
*
* Get the area of the symbol.
@@ -200,7 +199,7 @@ ld_symbol_get_area (LdSymbol *self, LdRectangle *area)
/**
* ld_symbol_get_terminals:
- * @self: A symbol object.
+ * @self: An #LdSymbol object.
*
* Get a list of symbol terminals.
*
@@ -220,7 +219,7 @@ ld_symbol_get_terminals (LdSymbol *self)
/**
* ld_symbol_draw:
- * @self: A symbol object.
+ * @self: An #LdSymbol object.
* @cr: A cairo surface to be drawn on.
*
* Draw the symbol onto a Cairo surface.