mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +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:
@@ -182,14 +182,14 @@ void ast_console_toggle_loglevel(int fd, int level, int state);
|
||||
|
||||
/*!
|
||||
* \brief Get the debug level for a module
|
||||
* \param file the filename
|
||||
* \param module the name of module
|
||||
* \return the debug level
|
||||
*/
|
||||
unsigned int ast_debug_get_by_module(const char *module);
|
||||
|
||||
/*!
|
||||
* \brief Get the verbose level for a module
|
||||
* \param file the filename
|
||||
* \param module the name of module
|
||||
* \return the verbose level
|
||||
*/
|
||||
unsigned int ast_verbose_get_by_module(const char *module);
|
||||
|
Reference in New Issue
Block a user