diff options
Diffstat (limited to 'raul/List.h')
-rw-r--r-- | raul/List.h | 2 |
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>* |