Index: codecs/codec_a_mu.c =================================================================== RCS file: /usr/cvsroot/asterisk/codecs/codec_a_mu.c,v retrieving revision 1.11 diff -u -r1.11 codec_a_mu.c --- codecs/codec_a_mu.c 26 Oct 2005 13:03:17 -0000 1.11 +++ codecs/codec_a_mu.c 4 Nov 2005 13:19:14 -0000 @@ -20,6 +20,7 @@ * * \brief codec_a_mu.c - translate between alaw and ulaw directly * + * \ingroup codecs */ #include Index: codecs/codec_adpcm.c =================================================================== RCS file: /usr/cvsroot/asterisk/codecs/codec_adpcm.c,v retrieving revision 1.21 diff -u -r1.21 codec_adpcm.c --- codecs/codec_adpcm.c 26 Oct 2005 13:03:17 -0000 1.21 +++ codecs/codec_adpcm.c 4 Nov 2005 13:19:14 -0000 @@ -24,6 +24,7 @@ * * \brief codec_adpcm.c - translate between signed linear and Dialogic ADPCM * + * \ingroup codecs */ #include Index: codecs/codec_alaw.c =================================================================== RCS file: /usr/cvsroot/asterisk/codecs/codec_alaw.c,v retrieving revision 1.14 diff -u -r1.14 codec_alaw.c --- codecs/codec_alaw.c 26 Oct 2005 13:03:17 -0000 1.14 +++ codecs/codec_alaw.c 4 Nov 2005 13:19:14 -0000 @@ -20,6 +20,7 @@ * * \brief codec_alaw.c - translate between signed linear and alaw * + * \ingroup codecs */ #include Index: codecs/codec_g723_1.c =================================================================== RCS file: /usr/cvsroot/asterisk/codecs/codec_g723_1.c,v retrieving revision 1.20 diff -u -r1.20 codec_g723_1.c --- codecs/codec_g723_1.c 26 Oct 2005 13:03:17 -0000 1.20 +++ codecs/codec_g723_1.c 4 Nov 2005 13:19:14 -0000 @@ -24,6 +24,7 @@ * * \brief Translate between signed linear and G.723.1 * + * \ingroup codecs */ #define TYPE_HIGH 0x0 Index: codecs/codec_g726.c =================================================================== RCS file: /usr/cvsroot/asterisk/codecs/codec_g726.c,v retrieving revision 1.14 diff -u -r1.14 codec_g726.c --- codecs/codec_g726.c 26 Oct 2005 13:03:17 -0000 1.14 +++ codecs/codec_g726.c 4 Nov 2005 13:19:15 -0000 @@ -24,6 +24,7 @@ * * \brief codec_g726.c - translate between signed linear and ITU G.726-32kbps * + * \ingroup codecs */ #include Index: codecs/codec_gsm.c =================================================================== RCS file: /usr/cvsroot/asterisk/codecs/codec_gsm.c,v retrieving revision 1.20 diff -u -r1.20 codec_gsm.c --- codecs/codec_gsm.c 26 Oct 2005 13:03:17 -0000 1.20 +++ codecs/codec_gsm.c 4 Nov 2005 13:19:15 -0000 @@ -23,6 +23,7 @@ * * \brief Translate between signed linear and Global System for Mobile Communications (GSM) * + * \ingroup codecs */ #include Index: codecs/codec_ilbc.c =================================================================== RCS file: /usr/cvsroot/asterisk/codecs/codec_ilbc.c,v retrieving revision 1.13 diff -u -r1.13 codec_ilbc.c --- codecs/codec_ilbc.c 26 Oct 2005 13:03:17 -0000 1.13 +++ codecs/codec_ilbc.c 4 Nov 2005 13:19:15 -0000 @@ -22,6 +22,7 @@ * * \brief Translate between signed linear and Internet Low Bitrate Codec * + * \ingroup codecs */ #include Index: codecs/codec_lpc10.c =================================================================== RCS file: /usr/cvsroot/asterisk/codecs/codec_lpc10.c,v retrieving revision 1.18 diff -u -r1.18 codec_lpc10.c --- codecs/codec_lpc10.c 26 Oct 2005 13:03:17 -0000 1.18 +++ codecs/codec_lpc10.c 4 Nov 2005 13:19:15 -0000 @@ -24,6 +24,7 @@ * * \brief Translate between signed linear and LPC10 (Linear Predictor Code) * + * \ingroup codecs */ #include Index: codecs/codec_speex.c =================================================================== RCS file: /usr/cvsroot/asterisk/codecs/codec_speex.c,v retrieving revision 1.20 diff -u -r1.20 codec_speex.c --- codecs/codec_speex.c 26 Oct 2005 13:03:17 -0000 1.20 +++ codecs/codec_speex.c 4 Nov 2005 13:19:15 -0000 @@ -24,6 +24,7 @@ * http://www.speex.org * \note This work was motivated by Jeremy McNamara * hacked to be configurable by anthm and bkw 9/28/2004 + * \ingroup codecs */ #include Index: codecs/codec_ulaw.c =================================================================== RCS file: /usr/cvsroot/asterisk/codecs/codec_ulaw.c,v retrieving revision 1.15 diff -u -r1.15 codec_ulaw.c --- codecs/codec_ulaw.c 26 Oct 2005 13:03:17 -0000 1.15 +++ codecs/codec_ulaw.c 4 Nov 2005 13:19:16 -0000 @@ -20,6 +20,7 @@ * * \brief codec_ulaw.c - translate between signed linear and ulaw * + * \ingroup codecs */ #include