aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/module.h
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-30 16:33:02 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-30 16:33:02 +0000
commit0b22be387479cc72f73d74bbdb7a80cd521a1660 (patch)
treed393a5ab33fb0d00a0462ff08a8628e87fd1304c /include/asterisk/module.h
parent0ed1ad8e8d856be646a34884a2af1477fa97ad65 (diff)
Issue 8246 Doxygen updates (kshumard)
THANK YOU! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46434 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