mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-28 07:01:07 +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:
@@ -88,11 +88,11 @@ void __ast_threadstorage_object_replace(void *key_old, void *key_new, size_t len
|
||||
/*!
|
||||
* \brief Define a thread storage variable, with custom initialization and cleanup
|
||||
*
|
||||
* \param name The name of the thread storage object
|
||||
* \param init This is a custom function that will be called after each thread specific
|
||||
* \param a The name of the thread storage object
|
||||
* \param b This is a custom function that will be called after each thread specific
|
||||
* object is allocated, with the allocated block of memory passed
|
||||
* as the argument.
|
||||
* \param cleanup This is a custom function that will be called instead of ast_free
|
||||
* \param c This is a custom function that will be called instead of ast_free
|
||||
* when the thread goes away. Note that if this is used, it *MUST*
|
||||
* call free on the allocated memory.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user