summaryrefslogtreecommitdiffstats
path: root/src/Queue.hpp
diff options
context:
space:
mode:
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>