mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 08:11:21 +00:00
Clean up doxygen warnings
This patch fixes numerous doxygen warnings across Asterisk. It also updates the makefile to regenerate the doxygen configuration on the local system before running doxygen to help prevent warnings/errors on the local system. Much thanks to Andrew for tackling one of the Asterisk janitor projects! (issue ASTERISK-20259) Reported by: Andrew Latham Patches: doxygen_partial.diff uploaded by Andrew Latham (license 5985) make_progdocs.diff uploaded by Andrew Latham (license 5985) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@371989 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -195,7 +195,7 @@ void *named_acl_alloc(const char *cat)
|
||||
* \brief Find a named ACL in a container by its name
|
||||
*
|
||||
* \param container ao2container holding the named ACLs
|
||||
* \param name of the ACL wanted to be found
|
||||
* \param cat name of the ACL wanted to be found
|
||||
* \retval pointer to the named ACL if available. Null if not found.
|
||||
*/
|
||||
void *named_acl_find(struct ao2_container *container, const char *cat)
|
||||
|
||||
Reference in New Issue
Block a user