summaryrefslogtreecommitdiff
path: root/codecs/codec_adpcm.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-10-26 13:03:17 +0000
committerRussell Bryant <russell@russellbryant.com>2005-10-26 13:03:17 +0000
commit6324072247d51667765555856ea10f5045ef90c9 (patch)
treeac2077d5f4daeabcbf37e75955ca40c2f468046e /codecs/codec_adpcm.c
parentc7db73070aa1fd1757184e1f1d426c9db6d1dd57 (diff)
more doxygenification (issue #5513)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6852 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'codecs/codec_adpcm.c')
-rwxr-xr-xcodecs/codec_adpcm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/codecs/codec_adpcm.c b/codecs/codec_adpcm.c
index 892847683..f9a5faf60 100755
--- a/codecs/codec_adpcm.c
+++ b/codecs/codec_adpcm.c
@@ -20,9 +20,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * codec_adpcm.c - translate between signed linear and Dialogic ADPCM
+ * \brief codec_adpcm.c - translate between signed linear and Dialogic ADPCM
*
*/