mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
Doxygen fixes.
Also fix a common typo I kept seeing (arguement) in various files. Closes issue #11222, patch by snuffy (with arguement > argument by me). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89202 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -494,9 +494,9 @@ static void md52sum(char *sum, unsigned char *md5)
|
||||
|
||||
/*!
|
||||
* \brief show the list of RSA keys
|
||||
* \param fd file descriptor
|
||||
* \param argc no of arguements
|
||||
* \param argv list of arguements
|
||||
* \param e CLI command
|
||||
* \param cmd
|
||||
* \param a list of CLI arguments
|
||||
* \return RESULT_SUCCESS
|
||||
*/
|
||||
static char *handle_cli_keys_show(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
|
||||
@@ -540,9 +540,9 @@ static char *handle_cli_keys_show(struct ast_cli_entry *e, int cmd, struct ast_c
|
||||
|
||||
/*!
|
||||
* \brief initialize all RSA keys
|
||||
* \param fd file descriptor
|
||||
* \param argc no of arguements
|
||||
* \param argv list of arguements
|
||||
* \param e CLI command
|
||||
* \param cmd
|
||||
* \param a list of CLI arguments
|
||||
* \return RESULT_SUCCESS
|
||||
*/
|
||||
static char *handle_cli_keys_init(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
|
||||
|
Reference in New Issue
Block a user