summaryrefslogtreecommitdiffstats
path: root/src/gui/BreadCrumbs.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/BreadCrumbs.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/BreadCrumbs.cpp')
-rw-r--r--src/gui/BreadCrumbs.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/BreadCrumbs.cpp b/src/gui/BreadCrumbs.cpp
index 6ed0bfca..0850367b 100644
--- a/src/gui/BreadCrumbs.cpp
+++ b/src/gui/BreadCrumbs.cpp
@@ -49,9 +49,9 @@ BreadCrumbs::view(const Raul::Path& path)
return SPtr<GraphView>();
}
-/** Sets up the crumbs to display @a path.
+/** Sets up the crumbs to display `path`.
*
- * If @a path is already part of the shown path, it will be selected and the
+ * If `path` is already part of the shown path, it will be selected and the
* children preserved.
*/
void
@@ -142,8 +142,8 @@ BreadCrumbs::build(Raul::Path path, SPtr<GraphView> view)
_enable_signal = old_enable_signal;
}
-/** Create a new crumb, assigning it a reference to @a view if their paths
- * match, otherwise ignoring @a view.
+/** Create a new crumb, assigning it a reference to `view` if their paths
+ * match, otherwise ignoring `view`.
*/
BreadCrumbs::BreadCrumb*
BreadCrumbs::create_crumb(const Raul::Path& path,