summaryrefslogtreecommitdiff
path: root/formats
diff options
context:
space:
mode:
authorLeif Madsen <leif@leifmadsen.com>2010-04-20 12:38:47 +0000
committerLeif Madsen <leif@leifmadsen.com>2010-04-20 12:38:47 +0000
commit910144937d5117d4c6799c308a8062bc61ad42b7 (patch)
tree203c7f95e0e3d6dc7c0f1db8be01dbaf92c2735d /formats
parentc7cf47ce7bc328a4b9aabe76ac30c1e553bf19e8 (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: https://origsvn.digium.com/svn/asterisk/trunk@257988 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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
*/