aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_wav.c
diff options
context:
space:
mode:
Diffstat (limited to 'formats/format_wav.c')
-rwxr-xr-xformats/format_wav.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/formats/format_wav.c b/formats/format_wav.c
index f721ff6fe..83e6dd564 100755
--- a/formats/format_wav.c
+++ b/formats/format_wav.c
@@ -19,7 +19,9 @@
/*! \file
*
* \brief Work with WAV in the proprietary Microsoft format.
- *
+ * Microsoft WAV format (8000hz Signed Linear)
+ * \arg File name extension: wav (lower case)
+ * \ingroup formats
*/
#include <unistd.h>