mirror of
https://github.com/asterisk/asterisk.git
synced 2025-12-05 12:41:49 +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
@@ -51,13 +51,10 @@ int stasis_app_exec(struct ast_channel *chan, const char *app_name, int argc,
|
||||
/*!
|
||||
* \brief Typedef for data destructor for stasis app commands
|
||||
*
|
||||
* \param data Data to destroy.
|
||||
*
|
||||
* \details
|
||||
* This is called during destruction of the command or if we fail to schedule
|
||||
* a command. It is passed a pointer to the user-defined data of the command.
|
||||
*
|
||||
* \return Nothing
|
||||
* \param data Data to destroy.
|
||||
*/
|
||||
typedef void (*command_data_destructor_fn)(void *data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user