From 6324072247d51667765555856ea10f5045ef90c9 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 26 Oct 2005 13:03:17 +0000 Subject: more doxygenification (issue #5513) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6852 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- formats/format_au.c | 4 ++-- formats/format_g723.c | 4 ++-- formats/format_g726.c | 4 ++-- formats/format_g729.c | 4 ++-- formats/format_gsm.c | 4 ++-- formats/format_h263.c | 4 ++-- formats/format_ilbc.c | 4 ++-- formats/format_jpeg.c | 4 ++-- formats/format_ogg_vorbis.c | 4 ++-- formats/format_pcm.c | 4 ++-- formats/format_pcm_alaw.c | 4 ++-- formats/format_sln.c | 4 ++-- formats/format_vox.c | 4 ++-- formats/format_wav.c | 4 ++-- formats/format_wav_gsm.c | 4 ++-- 15 files changed, 30 insertions(+), 30 deletions(-) (limited to 'formats') 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. * */ -- cgit v1.2.3