From 86ff5585fd4de538c65bcbdce54cd9ef74b4e784 Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Thu, 19 Jul 2012 22:17:13 +0000 Subject: Add the ability to specify technology specific documentation A number of applications/AMI commands in Asterisk have specific behavioral differences depending on the resource or channel technology those applications are executed on. For example, the MessageSend application/ command is technology agnostic, but how the channel drivers that support that functionality behave is dependant on the protocols and channel driver implementation. Prior to this patch, those details were either documented in the application/command documentation itself, or were left undocumented. This patch adds a new element to the documentation schema, . An info node is essentially a piece of technology specific reference information that can be included by any top level XML documentation node. For example, the MessageSend application can now include XMPP/SIP specific information, where that technology specific information can be defined in chan_motif/res_xmpp/ chan_sip. Likewise, that information can also be included in the MessageSend AMI command. Review: https://reviewboard.asterisk.org/r/2049 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370278 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- doc/appdocsxml.dtd | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'doc/appdocsxml.dtd') diff --git a/doc/appdocsxml.dtd b/doc/appdocsxml.dtd index d5815648e..456ac188f 100644 --- a/doc/appdocsxml.dtd +++ b/doc/appdocsxml.dtd @@ -1,4 +1,4 @@ - + @@ -36,6 +36,11 @@ + + + + + @@ -46,9 +51,9 @@ - + - + @@ -58,17 +63,17 @@ - + - + - + @@ -87,7 +92,7 @@ - + -- cgit v1.2.3