aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-08-26 07:10:01 +0200
committerMax Kellermann <max@duempel.org>2014-08-26 07:10:16 +0200
commit9e10b75f55f15cbb0acfbceb464bae12d6997185 (patch)
tree30b7fbb90ef409c31c43fb3c5443373401cf54a3 /src/pcm
parent294091ce6061197882cd7798fbf094ca29254a35 (diff)
downloadmpd-9e10b75f55f15cbb0acfbceb464bae12d6997185.tar.gz
mpd-9e10b75f55f15cbb0acfbceb464bae12d6997185.tar.xz
mpd-9e10b75f55f15cbb0acfbceb464bae12d6997185.zip
PcmExport: remove obsolete API documentation
Diffstat (limited to 'src/pcm')
-rw-r--r--src/pcm/PcmExport.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pcm/PcmExport.hxx b/src/pcm/PcmExport.hxx
index 75050e5c2..8169dad7b 100644
--- a/src/pcm/PcmExport.hxx
+++ b/src/pcm/PcmExport.hxx
@@ -89,7 +89,7 @@ struct PcmExport {
* Open the #pcm_export_state object.
*
* There is no "close" method. This function may be called multiple
- * times to reuse the object, until pcm_export_deinit() is called.
+ * times to reuse the object.
*
* This function cannot fail.
*
@@ -107,7 +107,6 @@ struct PcmExport {
/**
* Export a PCM buffer.
*
- * @param state an initialized and open pcm_export_state object
* @param src the source PCM buffer
* @return the destination buffer (may be a pointer to the source buffer)
*/