diff options
Diffstat (limited to 'raul/ListImpl.hpp')
-rw-r--r-- | raul/ListImpl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/ListImpl.hpp b/raul/ListImpl.hpp index 28b8dae..ef3a945 100644 --- a/raul/ListImpl.hpp +++ b/raul/ListImpl.hpp @@ -147,7 +147,7 @@ List<T>::append(List<T>& list) } -/** Remove all elements equal to @val from the list. +/** Remove all elements equal to @a val from the list. * * This function is realtime safe - it is the caller's responsibility to * delete the returned ListNode, or there will be a leak. |