summaryrefslogtreecommitdiff
path: root/res/res_convert.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-07-23 14:32:04 +0000
committerRussell Bryant <russell@russellbryant.com>2007-07-23 14:32:04 +0000
commiteaebbdab617bf42159e508fb0666c3f904e44056 (patch)
treed2c499026f167a48ece5606f6733520bec03edae /res/res_convert.c
parent098acf6fc3865f77ebf7f5688e2ed70808702fba (diff)
(closes issue #10271)
Reported by: snuffy Patches: doxygen-updates.diff uploaded by snuffy (license 35) Another big batch of doxygen documentation updates git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@76559 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_convert.c')
-rw-r--r--res/res_convert.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/res/res_convert.c b/res/res_convert.c
index be3d177eb..34606ac24 100644
--- a/res/res_convert.c
+++ b/res/res_convert.c
@@ -56,7 +56,14 @@ static int split_ext(char *filename, char **name, char **ext)
return 0;
}
-/*! \brief Convert a file from one format to another */
+/*!
+ * \brief Convert a file from one format to another
+ * \param fd file descriptor
+ * \param argc no arguements
+ * \param argv list of arguements
+ * \retval RESULT_SUCCESS on success.
+ * \retval RESULT_SHOWUSAGE on failure.
+*/
static int cli_audio_convert(int fd, int argc, char *argv[])
{
int ret = RESULT_FAILURE;