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/server/ControlBindings.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/ControlBindings.hpp') diff --git a/src/server/ControlBindings.hpp b/src/server/ControlBindings.hpp index 57a361c2..19f7f7d6 100644 --- a/src/server/ControlBindings.hpp +++ b/src/server/ControlBindings.hpp @@ -78,7 +78,7 @@ public: void pre_process(ProcessContext& context, Buffer* control_in); void post_process(ProcessContext& context, Buffer* control_out); - /** Remove all bindings for @a path or children of @a path. + /** Remove all bindings for `path` or children of `path`. * The caller must safely drop the returned reference in the * post-processing thread after at least one process thread has run. */ -- cgit v1.2.1