mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 01:01:02 +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:
@@ -117,9 +117,9 @@ static char *orig_exten(int fd, const char *chan, const char *data)
|
||||
* \brief handle for orgination app or exten.
|
||||
* \param e pointer to the CLI structure to initialize
|
||||
* \param cmd operation to execute
|
||||
* \param a structure that contains either application or extension arguements
|
||||
* \param a structure that contains either application or extension arguments
|
||||
* \retval CLI_SUCCESS on success.
|
||||
* \retval CLI_SHOWUSAGE on failure.
|
||||
* \retval CLI_SHOWUSAGE on failure.
|
||||
*/
|
||||
static char *handle_orig(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user