Commit 9e10b75f authored by Max Kellermann's avatar Max Kellermann

PcmExport: remove obsolete API documentation

parent 294091ce
...@@ -89,7 +89,7 @@ struct PcmExport { ...@@ -89,7 +89,7 @@ struct PcmExport {
* Open the #pcm_export_state object. * Open the #pcm_export_state object.
* *
* There is no "close" method. This function may be called multiple * 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. * This function cannot fail.
* *
...@@ -107,7 +107,6 @@ struct PcmExport { ...@@ -107,7 +107,6 @@ struct PcmExport {
/** /**
* Export a PCM buffer. * Export a PCM buffer.
* *
* @param state an initialized and open pcm_export_state object
* @param src the source PCM buffer * @param src the source PCM buffer
* @return the destination buffer (may be a pointer to the source buffer) * @return the destination buffer (may be a pointer to the source buffer)
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment