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.
  * 
  */
  

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to