diff options
author | David Robillard <d@drobilla.net> | 2014-08-08 14:46:53 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-08-08 14:46:53 +0000 |
commit | b05c515d0864a4b4666fafcf966958360ad9b966 (patch) | |
tree | e1bee39bc9ef8b074ce3046ee50cba7f8906f616 /src/Queue.hpp | |
parent | db48f02082219fca04c58112d10233b18535c134 (diff) | |
download | patchage-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.hpp | 2 |
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> |