]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Refactor usage pattern of xmldoc info tag. 65/3565/1
authorCorey Farrell <git@cfware.com>
Mon, 15 Aug 2016 20:29:53 +0000 (16:29 -0400)
committerCorey Farrell <git@cfware.com>
Mon, 15 Aug 2016 23:02:04 +0000 (19:02 -0400)
commitf4e28b3a09d3223fad1c736d59f06abf0667b5fa
tree3616d3e96226b4ea8ca88599463d5d152a422c11
parent8cc34aa48071257c467bf87307f3f9e630a9d37f
Refactor usage pattern of xmldoc info tag.

This updates func_channel.c and main/message.c to use a generic xpointer
include instead of including info from each channel driver.  Now the
name attribute of info is CHANNEL or CHANNEL_EXAMPLES to be included in
documentation for func_channel.  Setting the name attribute of info to
MessageToInfo or MessageFromInfo causes it to be included in the
MessageSend application and AMI action.

Change-Id: I89fd8276a3250824241a618009714267d3a8d1ea
addons/chan_ooh323.c
channels/chan_dahdi.c
channels/chan_iax2.c
channels/chan_sip.c
channels/pjsip/dialplan_functions.c
channels/sip/dialplan_functions.c
doc/appdocsxml.xslt
funcs/func_channel.c
main/message.c
res/res_pjsip_messaging.c
res/res_xmpp.c