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
This commit is contained in:
Corey Farrell
2016-08-15 16:29:53 -04:00
parent 4f0067293e
commit 824a4e84d1
11 changed files with 22 additions and 31 deletions

View File

@@ -24,7 +24,7 @@
***/
/*** DOCUMENTATION
<info name="SIPCHANNEL" language="en_US" tech="SIP">
<info name="CHANNEL" language="en_US" tech="SIP">
<enumlist>
<enum name="peerip">
<para>R/O Get the IP address of the peer.</para>