summaryrefslogtreecommitdiffstats
path: root/src/Queue.hpp
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
commitb05c515d0864a4b4666fafcf966958360ad9b966 (patch)
treee1bee39bc9ef8b074ce3046ee50cba7f8906f616 /src/Queue.hpp
parentdb48f02082219fca04c58112d10233b18535c134 (diff)
downloadpatchage-b05c515d0864a4b4666fafcf966958360ad9b966.tar.gz
patchage-b05c515d0864a4b4666fafcf966958360ad9b966.tar.bz2
patchage-b05c515d0864a4b4666fafcf966958360ad9b966.zip
Use Markdown in doc comments for better source readability.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5429 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Queue.hpp')
-rw-r--r--src/Queue.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Queue.hpp b/src/Queue.hpp
index 1043e55..136de17 100644
--- a/src/Queue.hpp
+++ b/src/Queue.hpp
@@ -118,7 +118,7 @@ Queue<T>::front() const
/** Push an item onto the back of the Queue - realtime-safe, not thread-safe.
*
- * @returns true if @a elem was successfully pushed onto the queue,
+ * @returns true if `elem` was successfully pushed onto the queue,
* false otherwise (queue is full).
*/
template <typename T>