Issue 8246 Doxygen updates (kshumard)

THANK YOU!



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46434 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson
2006-10-30 16:33:02 +00:00
parent 94e0a15cf8
commit 8a2e564df5
12 changed files with 34 additions and 26 deletions

View File

@@ -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