mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 20:08:17 +00:00
parking: Fix for Doxygen.
ASTERISK-29753 Change-Id: I7a61974584f6169502e6860fc711919fe7bbfaa7
This commit is contained in:
committed by
Friendly Automation
parent
015c594fcc
commit
5aec2bfee1
@@ -489,9 +489,10 @@ struct parking_lot_cfg *parking_lot_cfg_create(const char *cat)
|
||||
* \brief find an item in a container by its name
|
||||
*
|
||||
* \param container ao2container where we want the item from
|
||||
* \param key name of the item wanted to be found
|
||||
* \param name name of the item wanted to be found
|
||||
*
|
||||
* \retval pointer to the parking lot if available. NULL if not found.
|
||||
* \return pointer to the parking lot if available.
|
||||
* \retval NULL if not found.
|
||||
*/
|
||||
static void *named_item_find(struct ao2_container *container, const char *name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user