mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 16:20:37 +00:00
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: https://origsvn.digium.com/svn/asterisk/trunk@268969 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -118,7 +118,7 @@ void ast_manager_register_hook(struct manager_custom_hook *hook);
|
||||
void ast_manager_unregister_hook(struct manager_custom_hook *hook);
|
||||
|
||||
/*! \brief Registered hooks can call this function to invoke actions and they will receive responses through registered callback
|
||||
* \param hookid the file identifier specified in manager_custom_hook struct when registering a hook
|
||||
* \param hook the file identifier specified in manager_custom_hook struct when registering a hook
|
||||
* \param msg ami action mesage string e.g. "Action: SipPeers\r\n"
|
||||
|
||||
* \retval 0 on Success
|
||||
|
||||
Reference in New Issue
Block a user