summaryrefslogtreecommitdiff
path: root/res/res_convert.c
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2007-11-12 23:44:20 +0000
committerJason Parker <jparker@digium.com>2007-11-12 23:44:20 +0000
commitcfbc4f5fb89344e2b0a07fbcb0c0fe35e09bca87 (patch)
treeb4f451a9593bedd2c9171dc8d03ca89228930385 /res/res_convert.c
parentf033e50a1588a5829479ef83b7f2275b08669bf4 (diff)
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
Diffstat (limited to 'res/res_convert.c')
-rw-r--r--res/res_convert.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/res_convert.c b/res/res_convert.c
index 974cf6ab7..c91c5e7ee 100644
--- a/res/res_convert.c
+++ b/res/res_convert.c
@@ -58,9 +58,9 @@ static int split_ext(char *filename, char **name, char **ext)
/*!
* \brief Convert a file from one format to another
- * \param fd file descriptor
- * \param argc no arguements
- * \param argv list of arguements
+ * \param e CLI entry
+ * \param cmd command number
+ * \param a list of cli arguments
* \retval CLI_SUCCESS on success.
* \retval CLI_SHOWUSAGE or CLI_FAILURE on failure.
*/