summaryrefslogtreecommitdiff
path: root/res/parking/res_parking.h
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2016-03-23 14:24:49 -0500
committerRichard Mudgett <rmudgett@digium.com>2016-03-25 18:32:42 -0500
commit3cf714031c51af0f2c21166bb9d161b144f5723c (patch)
treed3da8948b7218ac5b753c25c67a36646b2320062 /res/parking/res_parking.h
parent1555cf8951f9d15c980b390728b00cec0f5c8b53 (diff)
res_parking: Cleanup find_channel_parking_lot_name() usage.
Change-Id: I8f7a8890aef27824301c642d4d15407ac83e6f02
Diffstat (limited to 'res/parking/res_parking.h')
-rw-r--r--res/parking/res_parking.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/parking/res_parking.h b/res/parking/res_parking.h
index 2c4a18055..f4ef2ea09 100644
--- a/res/parking/res_parking.h
+++ b/res/parking/res_parking.h
@@ -308,8 +308,9 @@ struct parking_lot *parking_create_dynamic_lot_forced(const char *name, struct a
*
* \param chan The channel we want the parking lot name for
*
- * \retval name of the channel's assigned parking lot if it is defined by the channel in some way
- * \retval name of the default parking lot if it is not
+ * \return name of the parking lot to use for the channel.
+ *
+ * \note Always returns a parking lot name.
*
* \note Channel needs to be locked while the returned string is in use.
*/