summaryrefslogtreecommitdiffstats
path: root/src/gui/WindowFactory.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-08-08 14:46:53 +0000
committerDavid Robillard <d@drobilla.net>2014-08-08 14:46:53 +0000
commit70bf3d69344122988fc7ffff7d88a21c9bd00896 (patch)
tree52975cf7ec48710fa7e2bc2ee9c5a26f8941f7d1 /src/gui/WindowFactory.cpp
parentea8f653960d5b3a1fe6012f57cbfadd85a1ef68c (diff)
downloadingen-70bf3d69344122988fc7ffff7d88a21c9bd00896.tar.gz
ingen-70bf3d69344122988fc7ffff7d88a21c9bd00896.tar.bz2
ingen-70bf3d69344122988fc7ffff7d88a21c9bd00896.zip
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
Diffstat (limited to 'src/gui/WindowFactory.cpp')
-rw-r--r--src/gui/WindowFactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/WindowFactory.cpp b/src/gui/WindowFactory.cpp
index 66038776..f6d07262 100644
--- a/src/gui/WindowFactory.cpp
+++ b/src/gui/WindowFactory.cpp
@@ -119,9 +119,9 @@ WindowFactory::parent_graph_window(SPtr<const BlockModel> block)
/** Present a GraphWindow for a Graph.
*
- * If @a preferred is not NULL, it will be set to display @a graph if the graph
+ * If `preferred` is not NULL, it will be set to display `graph` if the graph
* does not already have a visible window, otherwise that window will be
- * presented and @a preferred left unmodified.
+ * presented and `preferred` left unmodified.
*/
void
WindowFactory::present_graph(SPtr<const GraphModel> graph,