From b64571f4a5433c9b56b4b4fe625b7e15446c165f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 16 Jun 2019 11:52:57 +0200 Subject: [PATCH] pcm/Export: update API documentation --- src/pcm/PcmExport.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pcm/PcmExport.hxx b/src/pcm/PcmExport.hxx index d47d1a8c9..48da4c272 100644 --- a/src/pcm/PcmExport.hxx +++ b/src/pcm/PcmExport.hxx @@ -30,7 +30,7 @@ struct AudioFormat; /** * An object that handles export of PCM samples to some instance * outside of MPD. It has a few more options to tweak the binary - * representation which are not supported by the pcm_convert library. + * representation which are not supported by the #PcmConvert library. */ class PcmExport { /**