diff options
author | Max Kellermann <max@duempel.org> | 2015-03-17 11:21:29 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-03-17 11:21:43 +0100 |
commit | b31d171ae87dabe8026934c60b1a1195dddd32a2 (patch) | |
tree | a2ccb96a730049950f1f94df22b9147220dd16fc /src/playlist/PlaylistStream.hxx | |
parent | 085f06594c38333536040d19eec21240cf98b12c (diff) | |
download | mpd-b31d171ae87dabe8026934c60b1a1195dddd32a2.tar.gz mpd-b31d171ae87dabe8026934c60b1a1195dddd32a2.tar.xz mpd-b31d171ae87dabe8026934c60b1a1195dddd32a2.zip |
*: doxygen fixups
Diffstat (limited to 'src/playlist/PlaylistStream.hxx')
-rw-r--r-- | src/playlist/PlaylistStream.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/playlist/PlaylistStream.hxx b/src/playlist/PlaylistStream.hxx index 4e441c345..f9bba7722 100644 --- a/src/playlist/PlaylistStream.hxx +++ b/src/playlist/PlaylistStream.hxx @@ -31,8 +31,6 @@ class Path; * Opens a playlist from a local file. * * @param path the path of the playlist file - * @param is_r on success, an #InputStream object is returned here, - * which must be closed after the playlist_provider object is freed * @return a playlist, or nullptr on error */ gcc_nonnull_all |