mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
progdocs: Fix for Doxygen, the hidden parts.
ASTERISK-29779 Change-Id: If338163488498f65fa7248b60e80299c0a928e4b
This commit is contained in:
committed by
Kevin Harwell
parent
affe7ee879
commit
cc025026b7
@@ -1030,8 +1030,6 @@ AST_THREADSTORAGE(ao2_out_buf);
|
||||
*
|
||||
* \param where User data pointer needed to determine where to put output.
|
||||
* \param fmt printf type format string.
|
||||
*
|
||||
* \return Nothing
|
||||
*/
|
||||
static void cli_output(void *where, const char *fmt, ...) __attribute__((format(printf, 2, 3)));
|
||||
static void cli_output(void *where, const char *fmt, ...)
|
||||
|
Reference in New Issue
Block a user