summaryrefslogtreecommitdiff
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2012-07-20 19:08:47 +0000
committerMatthew Jordan <mjordan@digium.com>2012-07-20 19:08:47 +0000
commitfbf4040a36992856397ebba90bffa54d276f0d86 (patch)
treef5e60d0e5f8184afcf9a9b95d917035ce87ef33e /apps/app_dial.c
parentc2d919266066a363261908ff65b90b55c555ef32 (diff)
Clean up ManagerEvent Dial documentation
The paragraph describing the SubEvent belongs with the SubEvent parameter itself, and not with its enum values. The order of parsing was placing the description after the last enum, which isn't correct. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370329 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 ccb7b018c..23a6c68b0 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -825,11 +825,11 @@ static void senddialevent(struct ast_channel *src, struct ast_channel *dst, cons
<synopsis>Raised when a dial action has started.</synopsis>
<syntax>
<parameter name="SubEvent">
+ <para>A sub event type, specifying whether the dial action has begun or ended.</para>
<enumlist>
<enum name="Begin"/>
<enum name="End"/>
</enumlist>
- <para>A sub event type, specifying whether the dial action has begun or ended.</para>
</parameter>
</syntax>
</managerEventInstance>