From ea8f653960d5b3a1fe6012f57cbfadd85a1ef68c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 8 Aug 2014 06:12:09 +0000 Subject: Use Markdown in doc comments for better source readability. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5428 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/Driver.hpp | 2 +- src/server/InputPort.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server') diff --git a/src/server/Driver.hpp b/src/server/Driver.hpp index 2b4c837d..2c9390a9 100644 --- a/src/server/Driver.hpp +++ b/src/server/Driver.hpp @@ -90,7 +90,7 @@ public: /** Return the current frame time (running counter) */ virtual SampleCount frame_time() const = 0; - /** Append time events for this cycle to @p buffer. */ + /** Append time events for this cycle to `buffer`. */ virtual void append_time_events(ProcessContext& context, Buffer& buffer) = 0; }; diff --git a/src/server/InputPort.cpp b/src/server/InputPort.cpp index 04217902..e8bb05cb 100644 --- a/src/server/InputPort.cpp +++ b/src/server/InputPort.cpp @@ -67,7 +67,7 @@ InputPort::apply_poly(ProcessContext& context, Raul::Maid& maid, uint32_t poly) return true; } -/** Set the buffers of @p voices to the buffers to be used for this port. +/** Set the buffers of `voices` to the buffers to be used for this port. * @return true iff buffers are locally owned by the port */ bool -- cgit v1.2.1