From 2bf80313d6f8f29e2c9aa74c562e1d1e6c37e6a1 Mon Sep 17 00:00:00 2001 From: russell Date: Mon, 16 Jul 2007 02:51:56 +0000 Subject: Merge a bunch of doxygen updates to header files. This includes changes to use the \retval tag for documenting return values, fixing various warnings when generating the documentation, and various other things. (closes issue #10203, snuffy) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@75164 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/frame.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'include/asterisk/frame.h') diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h index c0b9b3352..e7f97269d 100644 --- a/include/asterisk/frame.h +++ b/include/asterisk/frame.h @@ -508,10 +508,16 @@ void ast_frame_dump(const char *name, struct ast_frame *f, char *prefix); can't be transcoded and we just have to pick whatever is supported */ -/*! \brief Initialize an audio codec preference to "no preference" See \ref AudioCodecPref */ +/*! + *\brief Initialize an audio codec preference to "no preference". + * \arg \ref AudioCodecPref +*/ void ast_codec_pref_init(struct ast_codec_pref *pref); -/*! \brief Codec located at a particular place in the preference index See \ref AudioCodecPref */ +/*! + * \brief Codec located at a particular place in the preference index. + * \arg \ref AudioCodecPref +*/ int ast_codec_pref_index(struct ast_codec_pref *pref, int index); /*! \brief Remove audio a codec from a preference list */ -- cgit v1.2.3