From 70bf3d69344122988fc7ffff7d88a21c9bd00896 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 8 Aug 2014 14:46:53 +0000 Subject: Use Markdown in doc comments for better source readability. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5429 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/GraphBox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/GraphBox.cpp') diff --git a/src/gui/GraphBox.cpp b/src/gui/GraphBox.cpp index 511dec73..7c8e4c1f 100644 --- a/src/gui/GraphBox.cpp +++ b/src/gui/GraphBox.cpp @@ -231,7 +231,7 @@ GraphBox::set_graph_from_path(const Raul::Path& path, SPtr view) /** Sets the graph for this box and initializes everything. * - * If @a view is NULL, a new view will be created. + * If `view` is NULL, a new view will be created. */ void GraphBox::set_graph(SPtr graph, -- cgit v1.2.1