diff options
Diffstat (limited to 'src/gui/GraphBox.cpp')
-rw-r--r-- | src/gui/GraphBox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<GraphView> 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<const GraphModel> graph, |