From f4e28b3a09d3223fad1c736d59f06abf0667b5fa 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') diff --git a/main/message.c b/main/message.c index c15975b63..d4e48fb4a 100644 --- a/main/message.c +++ b/main/message.c @@ -123,16 +123,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") 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_FILE_VERSION(__FILE__, "$Revision$") 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