summaryrefslogtreecommitdiffstats
path: root/raul/ListImpl.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-11-30 22:00:20 +0000
committerDavid Robillard <d@drobilla.net>2007-11-30 22:00:20 +0000
commitb659270e5d16d553966989eb464acfd2166d496e (patch)
tree98e0069acc271a7e9c9ac05f1e3cce0285c2d5eb /raul/ListImpl.hpp
parente9c7107df9dd2001498cae65aa6ad898fbf7d2f7 (diff)
downloadraul-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.hpp2
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.