aboutsummaryrefslogtreecommitdiffstats
path: root/formats
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-20 12:38:47 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-20 12:38:47 +0000
commit564f27d6cfafc88583f9ea778def10cdfb2bc36d (patch)
tree203c7f95e0e3d6dc7c0f1db8be01dbaf92c2735d /formats
parent8de04356bbaa9b2cd12c65cb20e6673c8029ce04 (diff)
Update supported file extensions in doxygen.
Updated the doxygen \arg line after looking at the file for some other Asterisk documentation and noticing they weren't up to date. Thanks to seanbright for looking at the code for me :) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@257988 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'formats')
-rw-r--r--formats/format_pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/formats/format_pcm.c b/formats/format_pcm.c
index 3129fae11..b272b2663 100644
--- a/formats/format_pcm.c
+++ b/formats/format_pcm.c
@@ -19,7 +19,7 @@
/*! \file
*
* \brief Flat, binary, ulaw PCM file format.
- * \arg File name extension: pcm, ulaw, ul, mu
+ * \arg File name extension: alaw, al, alw, pcm, ulaw, ul, mu, ulw, g722, au
*
* \ingroup formats
*/