summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-10-07 15:43:22 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-10-07 15:43:22 +0000
commit96d27333d2f2629565932b7ad90ca8fbf557b951 (patch)
treeaa183e40b006a69656916da8b56273aba3a3152f /apps/app_queue.c
parent0e218f76e244c370fefc0209cfd0fbe9a12f3602 (diff)
Miscellaneous stand alone comment cleanups.
........ Merged revisions 400661 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@400662 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_queue.c')
-rw-r--r--apps/app_queue.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 5e7730b3c..e37f23053 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -1268,8 +1268,12 @@ static const struct autopause {
#define DEFAULT_TIMEOUT 15
#define RECHECK 1 /*!< Recheck every second to see we we're at the top yet */
#define MAX_PERIODIC_ANNOUNCEMENTS 10 /*!< The maximum periodic announcements we can have */
-#define DEFAULT_MIN_ANNOUNCE_FREQUENCY 15 /*!< The minimum number of seconds between position announcements \
- The default value of 15 provides backwards compatibility */
+/*!
+ * \brief The minimum number of seconds between position announcements.
+ * \note The default value of 15 provides backwards compatibility.
+ */
+#define DEFAULT_MIN_ANNOUNCE_FREQUENCY 15
+
#define MAX_QUEUE_BUCKETS 53
#define RES_OKAY 0 /*!< Action completed */