mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +00:00
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: https://origsvn.digium.com/svn/asterisk/trunk@75164 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user