From: Leif Madsen Date: Tue, 20 Apr 2010 12:38:47 +0000 (+0000) Subject: Update supported file extensions in doxygen. X-Git-Tag: 11.0.0-beta1~3154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=910144937d5117d4c6799c308a8062bc61ad42b7;p=thirdparty%2Fasterisk.git 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 --- diff --git a/formats/format_pcm.c b/formats/format_pcm.c index 3129fae11a..b272b26635 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 */