aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-01-31 22:17:15 +0100
committerMax Kellermann <max@duempel.org>2015-01-31 22:17:15 +0100
commiteb1733609ad9a0842ba1c77b1c375507929f9585 (patch)
tree8029b3b81d8e8ffb9ef0871a3e46796c000deb70 /src/playlist
parente2e66404d5fa8f3fcc0581abdf6d2ccc9790954e (diff)
downloadmpd-eb1733609ad9a0842ba1c77b1c375507929f9585.tar.gz
mpd-eb1733609ad9a0842ba1c77b1c375507929f9585.tar.xz
mpd-eb1733609ad9a0842ba1c77b1c375507929f9585.zip
decoder/sndfile, ...: update API documentation
Diffstat (limited to 'src/playlist')
-rw-r--r--src/playlist/PlaylistRegistry.hxx2
-rw-r--r--src/playlist/PlaylistStream.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/playlist/PlaylistRegistry.hxx b/src/playlist/PlaylistRegistry.hxx
index 6b10b035f..c79718047 100644
--- a/src/playlist/PlaylistRegistry.hxx
+++ b/src/playlist/PlaylistRegistry.hxx
@@ -57,7 +57,7 @@ playlist_list_open_stream_suffix(InputStream &is, const char *suffix);
/**
* Opens a playlist from an input stream.
*
- * @param is an #input_stream object which is open and ready
+ * @param is an #InputStream object which is open and ready
* @param uri optional URI which was used to open the stream; may be
* used to select the appropriate playlist plugin
*/
diff --git a/src/playlist/PlaylistStream.hxx b/src/playlist/PlaylistStream.hxx
index 9f77cbea1..4e441c345 100644
--- a/src/playlist/PlaylistStream.hxx
+++ b/src/playlist/PlaylistStream.hxx
@@ -31,7 +31,7 @@ class Path;
* Opens a playlist from a local file.
*
* @param path the path of the playlist file
- * @param is_r on success, an input_stream object is returned here,
+ * @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
*/