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)

View File

@@ -73,7 +73,7 @@ void SHA1ProcessMessageBlock(SHA1Context *);
/*!
* \brief SHA1Reset
* \param context the context to be reset
* \param context the context to be reset.
* This function will initialize the SHA1Context in preparation
* for computing a new SHA1 message digest.
* \return sha Error Code.
@@ -146,7 +146,7 @@ int SHA1Result( SHA1Context *context,
* \param context [in/out] The SHA context to update
* \param message_array [in] An array of characters representing the next portion of
* the message.
* \param length [in] The length of the message in message_array
* \param length [in] The length of the message in message_array.
* This function accepts an array of octets as the next portion
* of the message.
* \return sha Error Code.
@@ -281,7 +281,7 @@ void SHA1ProcessMessageBlock(SHA1Context *context)
/*!
* \brief Pad message to be 512 bits.
* \param context [in/out] The context to pad
* \param context [in/out] The context to pad.
*
* According to the standard, the message must be padded to an even
* 512 bits. The first padding bit must be a '1'. The last 64