Issue #9842 - Doxygen updates by snuffy. Thanks!

(Committed from Media Plaza in Utrecht, Netherlands - Open Source VoIP conference)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@66705 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson
2007-05-31 10:26:55 +00:00
parent 684f320397
commit 0b2db74e5a
9 changed files with 12 additions and 8 deletions

View File

@@ -724,6 +724,7 @@ static void conf_play(struct ast_channel *chan, struct ast_conference *conf, enu
* \param make Make the conf if it doesn't exist
* \param dynamic Mark the newly created conference as dynamic
* \param refcount How many references to mark on the conference
* \param chan The asterisk channel
*
* \return A pointer to the conference struct, or NULL if it wasn't found and
* make or dynamic were not set.
@@ -3648,7 +3649,7 @@ static struct sla_trunk_ref *sla_find_trunk_ref(const struct sla_station *statio
/*! \brief Calculate the ring delay for a given ringing trunk on a station
* \param station the station
* \param trunk the trunk. If NULL, the highest priority ringing trunk will be used
* \param ringing_trunk the trunk. If NULL, the highest priority ringing trunk will be used
* \return the number of ms left before the delay is complete, or INT_MAX if there is no delay
*/
static int sla_check_station_delay(struct sla_station *station,