summaryrefslogtreecommitdiff
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2011-12-23 15:26:12 +0000
committerKinsey Moore <kmoore@digium.com>2011-12-23 15:26:12 +0000
commit011843e36cc0642ae8ee42bd9ac4a8faa2d2e116 (patch)
treeeb09a53d1069f2f2a9ab0f187e1ae8637cfc1eb4 /apps/app_dial.c
parent32e35e5fcd353e8212e7e164d07da3c2be0221ac (diff)
Fix missing doc tags found while fixing ASTERISK-18689
Add missing <variable></variable> tags in app_dial documentation. ........ Merged revisions 348992 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 348993 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@348994 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_dial.c')
-rw-r--r--apps/app_dial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index c6e693adf..24bff278a 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -476,7 +476,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<para>If the <variable>OUTBOUND_GROUP</variable> variable is set, all peer channels created by this
application will be put into that group (as in Set(GROUP()=...).
If the <variable>OUTBOUND_GROUP_ONCE</variable> variable is set, all peer channels created by this
- application will be put into that group (as in Set(GROUP()=...). Unlike OUTBOUND_GROUP,
+ application will be put into that group (as in Set(GROUP()=...). Unlike <variable>OUTBOUND_GROUP</variable>,
however, the variable will be unset after use.</para>
<para>This application sets the following channel variables:</para>