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

@@ -94,16 +94,6 @@ struct ast_key {
static AST_RWLIST_HEAD_STATIC(keys, ast_key);
/*!
* \brief setting of priv key
* \param buf
* \param size
* \param rwflag
* \param userdata
* \return length of string,-1 on failure
*/
/*!
* \brief setting of priv key
* \param buf
@@ -289,10 +279,6 @@ static struct ast_key *try_load_key(char *dir, char *fname, int ifd, int ofd, in
return key;
}
/*!
* \brief signs outgoing message with public key
* \see ast_sign_bin
*/
/*!
* \brief signs outgoing message with public key
* \see ast_sign_bin