parking: Fix for Doxygen.

ASTERISK-29753

Change-Id: I7a61974584f6169502e6860fc711919fe7bbfaa7
This commit is contained in:
Alexander Traud
2021-11-17 09:54:12 +01:00
committed by Friendly Automation
parent b4eebfa191
commit c549eda0a7
6 changed files with 29 additions and 41 deletions

View File

@@ -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)
{