aboutsummaryrefslogtreecommitdiffstats
path: root/formats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-26 13:03:17 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-26 13:03:17 +0000
commitbb65d2e30ad3f60c41392e62f6967cd56da24807 (patch)
treeac2077d5f4daeabcbf37e75955ca40c2f468046e /formats
parentb15ff02ed24f5aa221e1efafd9eab16d10c8ed9b (diff)
more doxygenification (issue #5513)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6852 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'formats')
-rwxr-xr-xformats/format_au.c4
-rwxr-xr-xformats/format_g723.c4
-rwxr-xr-xformats/format_g726.c4
-rwxr-xr-xformats/format_g729.c4
-rwxr-xr-xformats/format_gsm.c4
-rwxr-xr-xformats/format_h263.c4
-rwxr-xr-xformats/format_ilbc.c4
-rwxr-xr-xformats/format_jpeg.c4
-rwxr-xr-xformats/format_ogg_vorbis.c4
-rwxr-xr-xformats/format_pcm.c4
-rwxr-xr-xformats/format_pcm_alaw.c4
-rwxr-xr-xformats/format_sln.c4
-rwxr-xr-xformats/format_vox.c4
-rwxr-xr-xformats/format_wav.c4
-rwxr-xr-xformats/format_wav_gsm.c4
15 files changed, 30 insertions, 30 deletions
diff --git a/formats/format_au.c b/formats/format_au.c
index e707d5086..bfa4cdade 100755
--- a/formats/format_au.c
+++ b/formats/format_au.c
@@ -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.
*
*/
diff --git a/formats/format_g723.c b/formats/format_g723.c
index 720f2e752..e046b6b3c 100755
--- a/formats/format_g723.c
+++ b/formats/format_g723.c
@@ -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.
*
*/
diff --git a/formats/format_g726.c b/formats/format_g726.c
index 5705a574c..cb1a3746e 100755
--- a/formats/format_g726.c
+++ b/formats/format_g726.c
@@ -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.
*
*/
diff --git a/formats/format_g729.c b/formats/format_g729.c
index c23bffce3..39a6bc87c 100755
--- a/formats/format_g729.c
+++ b/formats/format_g729.c
@@ -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.
*
*/
diff --git a/formats/format_gsm.c b/formats/format_gsm.c
index ec92f7138..a3a6aaecb 100755
--- a/formats/format_gsm.c
+++ b/formats/format_gsm.c
@@ -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.
*
*/
diff --git a/formats/format_h263.c b/formats/format_h263.c
index 1fc36989d..40d8c2eb1 100755
--- a/formats/format_h263.c
+++ b/formats/format_h263.c
@@ -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.
*
*/
diff --git a/formats/format_ilbc.c b/formats/format_ilbc.c
index 94a85c71d..4aee8c94e 100755
--- a/formats/format_ilbc.c
+++ b/formats/format_ilbc.c
@@ -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.
*
*/
diff --git a/formats/format_jpeg.c b/formats/format_jpeg.c
index a3530cfc6..2a5dfc15f 100755
--- a/formats/format_jpeg.c
+++ b/formats/format_jpeg.c
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * JPEG File format support.
+ * \brief JPEG File format support.
*
*/
diff --git a/formats/format_ogg_vorbis.c b/formats/format_ogg_vorbis.c
index b39a7741c..b1bbfa7fd 100755
--- a/formats/format_ogg_vorbis.c
+++ b/formats/format_ogg_vorbis.c
@@ -14,9 +14,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * OGG/Vorbis streams.
+ * \brief OGG/Vorbis streams.
*
*/
diff --git a/formats/format_pcm.c b/formats/format_pcm.c
index dcfc3ea77..13fef5ff7 100755
--- a/formats/format_pcm.c
+++ b/formats/format_pcm.c
@@ -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.
*
*/
diff --git a/formats/format_pcm_alaw.c b/formats/format_pcm_alaw.c
index c9efba1e7..2cd874ecc 100755
--- a/formats/format_pcm_alaw.c
+++ b/formats/format_pcm_alaw.c
@@ -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.
*
*/
diff --git a/formats/format_sln.c b/formats/format_sln.c
index 6e056aa0f..6c36f1730 100755
--- a/formats/format_sln.c
+++ b/formats/format_sln.c
@@ -15,9 +15,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * RAW SLINEAR Format
+ * \brief RAW SLINEAR Format
*
*/
diff --git a/formats/format_vox.c b/formats/format_vox.c
index 1c1e95524..0ef901079 100755
--- a/formats/format_vox.c
+++ b/formats/format_vox.c
@@ -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.
*
*/
diff --git a/formats/format_wav.c b/formats/format_wav.c
index 7d212b409..f721ff6fe 100755
--- a/formats/format_wav.c
+++ b/formats/format_wav.c
@@ -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.
*
*/
diff --git a/formats/format_wav_gsm.c b/formats/format_wav_gsm.c
index 9c1f7b637..3403a8d9e 100755
--- a/formats/format_wav_gsm.c
+++ b/formats/format_wav_gsm.c
@@ -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.
*
*/