From bb0f1a087aa5079c448166fc6a5a1984bcd31319 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 27 Apr 2014 23:43:59 +0000 Subject: Fix gtk-doc comment format. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5380 a436a847-0d15-0410-975c-d299462d15a1 --- ganv/edge.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ganv/edge.h') diff --git a/ganv/edge.h b/ganv/edge.h index c36e0ed..3421ccf 100644 --- a/ganv/edge.h +++ b/ganv/edge.h @@ -79,6 +79,7 @@ ganv_edge_unselect(GanvEdge* edge); /** * ganv_edge_disconnect: + * * Disconnect the edge. This will disconnect the edge just as if it had been * disconnected by the user via the canvas. The canvas disconnect signal will * be emitted, allowing the application to control disconnect logic. @@ -88,6 +89,7 @@ ganv_edge_disconnect(GanvEdge* edge); /** * ganv_edge_remove: + * * Remove the edge from the canvas. This will only remove the edge visually, * it will not emit the canvas disconnect signal to notify the application. */ -- cgit v1.2.1