mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
SVN_SILENT missing docs
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@437534 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
02925797d2
commit
ddd8c2f4c9
@ -120,7 +120,16 @@ namespace TagLib {
|
||||
*/
|
||||
List<T> &append(const List<T> &l);
|
||||
|
||||
/*!
|
||||
* Prepends \a item to the beginning list and returns a reference to the
|
||||
* list.
|
||||
*/
|
||||
List<T> &prepend(const T &item);
|
||||
|
||||
/*!
|
||||
* Prepends all of the items in \a l to the beginning list and returns a
|
||||
* reference to the list.
|
||||
*/
|
||||
List<T> &prepend(const List<T> &l);
|
||||
|
||||
/*!
|
||||
|
Loading…
x
Reference in New Issue
Block a user