From b3d241d408b3f07f16ee8cef0a2a36078f9a95eb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 23 Feb 2007 23:53:16 +0000 Subject: Doxygen fix. git-svn-id: http://svn.drobilla.net/lad/raul@331 a436a847-0d15-0410-975c-d299462d15a1 --- raul/List.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::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 ListNode* -- cgit v1.2.1