mirror of
https://github.com/asterisk/asterisk.git
synced 2025-12-03 11:41:49 +00:00
progdocs: Fix grouping for latest Doxygen.
Since Doxygen 1.8.16, a special comment block is required. Otherwise (pure C comment), the group command is ignored. Additionally, several unbalanced group commands were fixed. ASTERISK-29732 Change-Id: I4687857b9d56e6f44fd440b73af156691660202e
This commit is contained in:
committed by
Kevin Harwell
parent
24a04054ad
commit
affe7ee879
@@ -108,9 +108,7 @@ int __ast_repl_vasprintf(char **strp, const char *format, va_list ap, const char
|
||||
*/
|
||||
#define ASTMM_IGNORE 2
|
||||
|
||||
/*!
|
||||
* }@
|
||||
*/
|
||||
/*! @} */
|
||||
|
||||
#if !defined(ASTMM_LIBC)
|
||||
/* BLOCK libc allocators by default. */
|
||||
|
||||
Reference in New Issue
Block a user