[Asterisk-cvs]
asterisk/formats format_au.c, 1.6, 1.7 format_g723.c,
1.23, 1.24 format_g726.c, 1.14, 1.15 format_g729.c, 1.23,
1.24 format_gsm.c, 1.28, 1.29 format_h263.c, 1.16,
1.17 format_ilbc.c, 1.16, 1.17 format_jpeg.c, 1.11,
1.12 format_ogg_vorbis.c, 1.4, 1.5 format_pcm.c, 1.24,
1.25 format_pcm_alaw.c, 1.22, 1.23 format_sln.c, 1.14,
1.15 format_vox.c, 1.25, 1.26 format_wav.c, 1.28,
1.29 format_wav_gsm.c, 1.37, 1.38
russell
russell
Wed Oct 26 09:10:27 CDT 2005
- Previous message: [Asterisk-cvs] asterisk/channels answer.h, 1.1, 1.2 chan_sip.c,
1.896, 1.897 iax2-parser.c, 1.53, 1.54 iax2-parser.h, 1.18,
1.19 iax2-provision.c, 1.14, 1.15 iax2-provision.h, 1.3,
1.4 ring10.h, 1.1, 1.2
- Next message: [Asterisk-cvs] asterisk/codecs adpcm_slin_ex.h, 1.1,
1.2 codec_a_mu.c, 1.10, 1.11 codec_adpcm.c, 1.20,
1.21 codec_alaw.c, 1.13, 1.14 codec_g723_1.c, 1.19,
1.20 codec_g726.c, 1.13, 1.14 codec_gsm.c, 1.19,
1.20 codec_ilbc.c, 1.12, 1.13 codec_lpc10.c, 1.17,
1.18 codec_speex.c, 1.19, 1.20 codec_ulaw.c, 1.14,
1.15 g723_slin_ex.h, 1.2, 1.3 g726_slin_ex.h, 1.1,
1.2 gsm_slin_ex.h, 1.2, 1.3 ilbc_slin_ex.h, 1.2,
1.3 log2comp.h, 1.3, 1.4 lpc10_slin_ex.h, 1.1,
1.2 slin_adpcm_ex.h, 1.1, 1.2 slin_g723_ex.h, 1.2,
1.3 slin_g726_ex.h, 1.1, 1.2 slin_gsm_ex.h, 1.2,
1.3 slin_ilbc_ex.h, 1.1, 1.2 slin_lpc10_ex.h, 1.1,
1.2 slin_speex_ex.h, 1.2, 1.3 slin_ulaw_ex.h, 1.1,
1.2 speex_slin_ex.h, 1.1, 1.2 ulaw_slin_ex.h, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/formats
In directory mongoose.digium.com:/tmp/cvs-serv15898/formats
Modified Files:
format_au.c format_g723.c format_g726.c format_g729.c
format_gsm.c format_h263.c format_ilbc.c format_jpeg.c
format_ogg_vorbis.c format_pcm.c format_pcm_alaw.c
format_sln.c format_vox.c format_wav.c format_wav_gsm.c
Log Message:
more doxygenification (issue #5513)
Index: format_au.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_au.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- format_au.c 16 Oct 2005 16:12:51 -0000 1.6
+++ format_au.c 26 Oct 2005 13:03:17 -0000 1.7
@@ -15,9 +15,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Work with Sun Microsystems AU format.
+ * \brief Work with Sun Microsystems AU format.
*
*/
Index: format_g723.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_g723.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- format_g723.c 16 Oct 2005 16:12:51 -0000 1.23
+++ format_g723.c 26 Oct 2005 13:03:17 -0000 1.24
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Old-style G.723 frame/timestamp format.
+ * \brief Old-style G.723 frame/timestamp format.
*
*/
Index: format_g726.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_g726.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- format_g726.c 16 Oct 2005 16:12:51 -0000 1.14
+++ format_g726.c 26 Oct 2005 13:03:17 -0000 1.15
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*!\file
*
- * Headerless G.726 (16/24/32/40kbps) data format for Asterisk.
+ * \brief Headerless G.726 (16/24/32/40kbps) data format for Asterisk.
*
*/
Index: format_g729.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_g729.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- format_g729.c 16 Oct 2005 16:12:51 -0000 1.23
+++ format_g729.c 26 Oct 2005 13:03:17 -0000 1.24
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Save to raw, headerless G729 data.
+ * \brief Save to raw, headerless G729 data.
*
*/
Index: format_gsm.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_gsm.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- format_gsm.c 16 Oct 2005 16:12:51 -0000 1.28
+++ format_gsm.c 26 Oct 2005 13:03:17 -0000 1.29
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Save to raw, headerless GSM data.
+ * \brief Save to raw, headerless GSM data.
*
*/
Index: format_h263.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_h263.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- format_h263.c 16 Oct 2005 16:12:51 -0000 1.16
+++ format_h263.c 26 Oct 2005 13:03:17 -0000 1.17
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Save to raw, headerless h263 data.
+ * \brief Save to raw, headerless h263 data.
*
*/
Index: format_ilbc.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_ilbc.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- format_ilbc.c 16 Oct 2005 16:12:51 -0000 1.16
+++ format_ilbc.c 26 Oct 2005 13:03:17 -0000 1.17
@@ -18,9 +18,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Save to raw, headerless iLBC data.
+ * \brief Save to raw, headerless iLBC data.
*
*/
Index: format_jpeg.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_jpeg.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- format_jpeg.c 14 Sep 2005 20:46:50 -0000 1.11
+++ format_jpeg.c 26 Oct 2005 13:03:17 -0000 1.12
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * JPEG File format support.
+ * \brief JPEG File format support.
*
*/
Index: format_ogg_vorbis.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_ogg_vorbis.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- format_ogg_vorbis.c 16 Oct 2005 16:12:51 -0000 1.4
+++ format_ogg_vorbis.c 26 Oct 2005 13:03:17 -0000 1.5
@@ -14,9 +14,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * OGG/Vorbis streams.
+ * \brief OGG/Vorbis streams.
*
*/
Index: format_pcm.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_pcm.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- format_pcm.c 16 Oct 2005 16:12:51 -0000 1.24
+++ format_pcm.c 26 Oct 2005 13:03:17 -0000 1.25
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Flat, binary, ulaw PCM file format.
+ * \brief Flat, binary, ulaw PCM file format.
*
*/
Index: format_pcm_alaw.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_pcm_alaw.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- format_pcm_alaw.c 16 Oct 2005 16:12:51 -0000 1.22
+++ format_pcm_alaw.c 26 Oct 2005 13:03:17 -0000 1.23
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Flat, binary, alaw PCM file format.
+ * \brief Flat, binary, alaw PCM file format.
*
*/
Index: format_sln.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_sln.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- format_sln.c 16 Oct 2005 16:12:51 -0000 1.14
+++ format_sln.c 26 Oct 2005 13:03:17 -0000 1.15
@@ -15,9 +15,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * RAW SLINEAR Format
+ * \brief RAW SLINEAR Format
*
*/
Index: format_vox.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_vox.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- format_vox.c 16 Oct 2005 16:12:51 -0000 1.25
+++ format_vox.c 26 Oct 2005 13:03:17 -0000 1.26
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Flat, binary, ADPCM vox file format.
+ * \brief Flat, binary, ADPCM vox file format.
*
*/
Index: format_wav.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_wav.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- format_wav.c 16 Oct 2005 16:12:51 -0000 1.28
+++ format_wav.c 26 Oct 2005 13:03:17 -0000 1.29
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Work with WAV in the proprietary Microsoft format.
+ * \brief Work with WAV in the proprietary Microsoft format.
*
*/
Index: format_wav_gsm.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_wav_gsm.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- format_wav_gsm.c 16 Oct 2005 16:12:51 -0000 1.37
+++ format_wav_gsm.c 26 Oct 2005 13:03:17 -0000 1.38
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Save GSM in the proprietary Microsoft format.
+ * \brief Save GSM in the proprietary Microsoft format.
*
*/
- Previous message: [Asterisk-cvs] asterisk/channels answer.h, 1.1, 1.2 chan_sip.c,
1.896, 1.897 iax2-parser.c, 1.53, 1.54 iax2-parser.h, 1.18,
1.19 iax2-provision.c, 1.14, 1.15 iax2-provision.h, 1.3,
1.4 ring10.h, 1.1, 1.2
- Next message: [Asterisk-cvs] asterisk/codecs adpcm_slin_ex.h, 1.1,
1.2 codec_a_mu.c, 1.10, 1.11 codec_adpcm.c, 1.20,
1.21 codec_alaw.c, 1.13, 1.14 codec_g723_1.c, 1.19,
1.20 codec_g726.c, 1.13, 1.14 codec_gsm.c, 1.19,
1.20 codec_ilbc.c, 1.12, 1.13 codec_lpc10.c, 1.17,
1.18 codec_speex.c, 1.19, 1.20 codec_ulaw.c, 1.14,
1.15 g723_slin_ex.h, 1.2, 1.3 g726_slin_ex.h, 1.1,
1.2 gsm_slin_ex.h, 1.2, 1.3 ilbc_slin_ex.h, 1.2,
1.3 log2comp.h, 1.3, 1.4 lpc10_slin_ex.h, 1.1,
1.2 slin_adpcm_ex.h, 1.1, 1.2 slin_g723_ex.h, 1.2,
1.3 slin_g726_ex.h, 1.1, 1.2 slin_gsm_ex.h, 1.2,
1.3 slin_ilbc_ex.h, 1.1, 1.2 slin_lpc10_ex.h, 1.1,
1.2 slin_speex_ex.h, 1.2, 1.3 slin_ulaw_ex.h, 1.1,
1.2 speex_slin_ex.h, 1.1, 1.2 ulaw_slin_ex.h, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list