[svn-commits] lmadsen: trunk r257988 - /trunk/formats/format_pcm.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Apr 20 07:38:48 CDT 2010


Author: lmadsen
Date: Tue Apr 20 07:38:47 2010
New Revision: 257988

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=257988
Log:
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 :)

Modified:
    trunk/formats/format_pcm.c

Modified: trunk/formats/format_pcm.c
URL: http://svnview.digium.com/svn/asterisk/trunk/formats/format_pcm.c?view=diff&rev=257988&r1=257987&r2=257988
==============================================================================
--- trunk/formats/format_pcm.c (original)
+++ trunk/formats/format_pcm.c Tue Apr 20 07:38:47 2010
@@ -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
  */




More information about the svn-commits mailing list