summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-02-23 23:53:16 +0000
committerDavid Robillard <d@drobilla.net>2007-02-23 23:53:16 +0000
commitb3d241d408b3f07f16ee8cef0a2a36078f9a95eb (patch)
tree97cfd131792449d11c9cf89f9407b2403a489c30
parent7fbc7c297c0a5b4f23bfd285789ad55b72f792f3 (diff)
downloadraul-b3d241d408b3f07f16ee8cef0a2a36078f9a95eb.tar.gz
raul-b3d241d408b3f07f16ee8cef0a2a36078f9a95eb.tar.bz2
raul-b3d241d408b3f07f16ee8cef0a2a36078f9a95eb.zip
Doxygen fix.
git-svn-id: http://svn.drobilla.net/lad/raul@331 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--raul/List.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/List.h b/raul/List.h
index caa4874..b1b23c5 100644
--- a/raul/List.h
+++ b/raul/List.h
@@ -289,7 +289,7 @@ List<T>::find(const T& val)
* This function is realtime safe - it is the caller's responsibility to
* delete the returned ListNode, or there will be a leak.
* Thread safe (safe to call while another thread reads the list).
- * @iter is invalid immediately following this call.
+ * @a iter is invalid immediately following this call.
*/
template <typename T>
ListNode<T>*