aboutsummaryrefslogtreecommitdiffstats
path: root/main/audiohook.c
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-08 14:38:18 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-08 14:38:18 +0000
commit8c11ad95045c83b164063bbdf31de8b6cc8d8d1d (patch)
tree64c655c3bd700fc37317b092c146c7fe412b6fbd /main/audiohook.c
parent498f45d8ac19f7e2dfe1670516dbc9930f896204 (diff)
Fix some doxygen warnings.
(closes issue #17336) Reported by: snuffy Patches: doxygen-fixes1.diff uploaded by snuffy (license 35) Tested by: russell git-svn-id: http://svn.digium.com/svn/asterisk/trunk@268969 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/audiohook.c')
-rw-r--r--main/audiohook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/audiohook.c b/main/audiohook.c
index 67dfb25a7..031f36e7e 100644
--- a/main/audiohook.c
+++ b/main/audiohook.c
@@ -371,8 +371,8 @@ int ast_audiohook_attach(struct ast_channel *chan, struct ast_audiohook *audioho
}
/*! \brief Update audiohook's status
- * \param audiohook status enum
* \param audiohook Audiohook structure
+ * \param status Audiohook status enum
*
* \note once status is updated to DONE, this function can not be used to set the
* status back to any other setting. Setting DONE effectively locks the status as such.