diff options
author | David Robillard <d@drobilla.net> | 2007-11-30 22:00:20 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-11-30 22:00:20 +0000 |
commit | b659270e5d16d553966989eb464acfd2166d496e (patch) | |
tree | 98e0069acc271a7e9c9ac05f1e3cce0285c2d5eb /raul/ListImpl.hpp | |
parent | e9c7107df9dd2001498cae65aa6ad898fbf7d2f7 (diff) | |
download | raul-b659270e5d16d553966989eb464acfd2166d496e.tar.gz raul-b659270e5d16d553966989eb464acfd2166d496e.tar.bz2 raul-b659270e5d16d553966989eb464acfd2166d496e.zip |
Various documentation cleanups/fixes.
Generate/install man pages for SLV2.
git-svn-id: http://svn.drobilla.net/lad/raul@929 a436a847-0d15-0410-975c-d299462d15a1
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. |