summaryrefslogtreecommitdiffstats
path: root/src/item.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.c')
-rw-r--r--src/item.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/item.c b/src/item.c
index d3f9678..d128de8 100644
--- a/src/item.c
+++ b/src/item.c
@@ -26,10 +26,7 @@
#include "./ganv-private.h"
#include "./gettext.h"
-/**
- * #GanvItem: Base class for all canvas items.
- *
- * All canvas items are derived from GanvItem. The only information a GanvItem
+/* All canvas items are derived from GanvItem. The only information a GanvItem
* contains is its parent canvas, its parent canvas item, its bounding box in
* world coordinates, and its current affine transformation.
*