From fb72636fd86cb9fee53777143ef4155edd0f52fc Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Wed, 16 Jan 2013 17:45:37 +0000 Subject: [PATCH] Let documentation reference links specify which module they're linking to Again, since res_jabber/res_xmpp have duplicate APIs, their documentation ref links have to specify which reference they're referring to. The various documentation parsers can interpret the module attribute however they want in order to construct the appropriate links. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@379228 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- doc/appdocsxml.dtd | 1 + res/res_jabber.c | 14 +++++++------- res/res_xmpp.c | 12 ++++++------ 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/doc/appdocsxml.dtd b/doc/appdocsxml.dtd index c379843d3f..561e3d38cd 100644 --- a/doc/appdocsxml.dtd +++ b/doc/appdocsxml.dtd @@ -48,6 +48,7 @@ + diff --git a/res/res_jabber.c b/res/res_jabber.c index f4d5869626..910770f53a 100644 --- a/res/res_jabber.c +++ b/res/res_jabber.c @@ -92,8 +92,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") asterisk, configured in jabber.conf. - JABBER_STATUS - JABBER_RECEIVE + JABBER_STATUS + JABBER_RECEIVE @@ -121,8 +121,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") the asterisk XMPP account configured in jabber.conf. - JABBER_STATUS - JabberSend + JABBER_STATUS + JabberSend @@ -151,8 +151,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") the associated XMPP account configured in jabber.conf. - JABBER_RECEIVE - JabberSend + JABBER_RECEIVE + JabberSend @@ -260,7 +260,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - + Sends a message to a Jabber Client. diff --git a/res/res_xmpp.c b/res/res_xmpp.c index f6ab9a8467..24612ba122 100644 --- a/res/res_xmpp.c +++ b/res/res_xmpp.c @@ -81,8 +81,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") asterisk, configured in xmpp.conf. - JABBER_STATUS - JABBER_RECEIVE + JABBER_STATUS + JABBER_RECEIVE @@ -110,8 +110,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") the asterisk XMPP account configured in xmpp.conf. - JABBER_STATUS - JabberSend + JABBER_STATUS + JabberSend @@ -140,8 +140,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") the associated XMPP account configured in xmpp.conf. - JABBER_RECEIVE - JabberSend + JABBER_RECEIVE + JabberSend -- 2.47.2