summaryrefslogtreecommitdiffstats
path: root/src/server/ControlBindings.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/ControlBindings.hpp')
-rw-r--r--src/server/ControlBindings.hpp2
1 files changed, 1 insertions, 1 deletions
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.
*/