summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael L. Young <elgueromexicano@gmail.com>2012-10-18 20:31:05 +0000
committerMichael L. Young <elgueromexicano@gmail.com>2012-10-18 20:31:05 +0000
commit200a25e2c9c6fbfe904ad7fb43a80bc1ccf0e39d (patch)
treecaacfe9983eeca28dad0d564337173fa26a3849e
parentb0c3d288f2fde4706c16392d1774c83420575579 (diff)
Fix XML Document Validation Failure
Fix documentation error when validating the xml in trunk caused by r375150. Moved the description end tag down to below the variablelist element end tag. Found when compiling with --dev-mode-enabled. (issue ASTERISK-20289) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@375215 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--apps/app_alarmreceiver.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/apps/app_alarmreceiver.c b/apps/app_alarmreceiver.c
index e307626b5..9063e1a60 100644
--- a/apps/app_alarmreceiver.c
+++ b/apps/app_alarmreceiver.c
@@ -161,18 +161,18 @@ static const char app[] = "AlarmReceiver";
acknowledgement tones.</para>
<note><para>Few Ademco DTMF signalling formats are detected automaticaly: Contact ID, Express 4+1,
Express 4+2, High Speed and Super Fast.</para></note>
+ <para>The application is affected by the following variables:</para>
+ <variablelist>
+ <variable name="ALARMRECEIVER_CALL_LIMIT">
+ <para>Maximum call time, in milliseconds.</para>
+ <para>If set, this variable causes application to exit after the specified time.</para>
+ </variable>
+ <variable name="ALARMRECEIVER_RETRIES_LIMIT">
+ <para>Maximum number of retries per call.</para>
+ <para>If set, this variable causes application to exit after the specified number of messages.</para>
+ </variable>
+ </variablelist>
</description>
- <para>The application is affected by the following variables:</para>
- <variablelist>
- <variable name="ALARMRECEIVER_CALL_LIMIT">
- <para>Maximum call time, in milliseconds.</para>
- <para>If set, this variable causes application to exit after the specified time.</para>
- </variable>
- <variable name="ALARMRECEIVER_RETRIES_LIMIT">
- <para>Maximum number of retries per call.</para>
- <para>If set, this variable causes application to exit after the specified number of messages.</para>
- </variable>
- </variablelist>
<see-also>
<ref type="filename">alarmreceiver.conf</ref>
</see-also>