From 824a4e84d162c6b0925e6b1b07c395a4a7f4a53a Mon Sep 17 00:00:00 2001 From: Corey Farrell Date: Mon, 15 Aug 2016 16:29:53 -0400 Subject: 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 --- main/message.c | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'main/message.c') diff --git a/main/message.c b/main/message.c index 54c604c47..0fc67ec02 100644 --- a/main/message.c +++ b/main/message.c @@ -123,16 +123,12 @@ ASTERISK_REGISTER_FILE() A To URI for the message. - - - + A From URI for the message if needed for the message technology being used to send this message. - - - + @@ -168,16 +164,12 @@ ASTERISK_REGISTER_FILE() The URI the message is to be sent to. - - - + A From URI for the message if needed for the message technology being used to send this message. - - - + The message body text. This must not contain any newlines as that -- cgit v1.2.3