Doxygen cleanups/fixes.

Closes issue #10654, patch by snuffy


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81560 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jason Parker
2007-09-05 16:31:39 +00:00
parent 504f8a09af
commit d72ea80a00
15 changed files with 106 additions and 82 deletions

View File

@@ -60,6 +60,8 @@ struct ast_audiohook_list {
/*! \brief Initialize an audiohook structure
* \param audiohook Audiohook structure
* \param type
* \param source
* \return Returns 0 on success, -1 on failure
*/
int ast_audiohook_init(struct ast_audiohook *audiohook, enum ast_audiohook_type type, const char *source)