From 3b9f400868fc382a5f61db4eb7105be999049c7b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 9 Dec 2011 00:36:44 +0000 Subject: Improve documentation. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3840 a436a847-0d15-0410-975c-d299462d15a1 --- ganv/circle.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ganv/circle.h') diff --git a/ganv/circle.h b/ganv/circle.h index b55fb44..8347525 100644 --- a/ganv/circle.h +++ b/ganv/circle.h @@ -31,6 +31,12 @@ typedef struct _GanvCircle GanvCircle; typedef struct _GanvCircleClass GanvCircleClass; typedef struct _GanvCircleImpl GanvCircleImpl; +/** + * GanvCircle: + * + * A circular #GanvNode. A #GanvCircle is a leaf, that is, it does not contain + * any child nodes (though, like any #GanvNode, it may have a label). + */ struct _GanvCircle { GanvNode node; -- cgit v1.2.1