aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/module.h
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-30 16:27:34 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-30 16:27:34 +0000
commit961ed4851e33ad8ee83ceadd5910c03cfe338a44 (patch)
tree83975a680d96b8a3392611411c7e8398094d818c /include/asterisk/module.h
parente0e1cd85985ee346aad8d30e7f77c7bdac9d625a (diff)
Issue #8246 - Doxygen fixes from kshumard.
An extra big thankyou is given to everyone that contributes to doxygen! THANK YOU! git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46433 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/module.h')
-rw-r--r--include/asterisk/module.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/module.h b/include/asterisk/module.h
index 4ce6e9460..1d00f4504 100644
--- a/include/asterisk/module.h
+++ b/include/asterisk/module.h
@@ -77,9 +77,9 @@ enum ast_module_load_result {
enum ast_module_load_result ast_load_resource(const char *resource_name);
/*!
- * \brief Unloads a module.
+ * \brief Unload a module.
* \param resource_name The name of the module to unload.
- * \param unload_mode The force flag. This should be set using one of the AST_FORCE flags.
+ * \param ast_module_unload_mode The force flag. This should be set using one of the AST_FORCE flags.
*
* This function unloads a module. It will only unload modules that are not in
* use (usecount not zero), unless #AST_FORCE_FIRM or #AST_FORCE_HARD is