[asterisk-commits] manager: Add <see-also> tags to relate UserEvent actions/app... (asterisk[13])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Aug 15 16:38:53 CDT 2016
Joshua Colp has submitted this change and it was merged.
Change subject: manager: Add <see-also> tags to relate UserEvent actions/apps/events
......................................................................
manager: Add <see-also> tags to relate UserEvent actions/apps/events
Change-Id: I80f8a981f62f50e74609c69c49edcaca6c95efa4
---
M apps/app_userevent.c
M main/manager.c
M main/stasis.c
3 files changed, 9 insertions(+), 0 deletions(-)
Approvals:
Mark Michelson: Looks good to me, approved
Joshua Colp: Looks good to me, but someone else must approve; Verified
diff --git a/apps/app_userevent.c b/apps/app_userevent.c
index 8f7219e..96a455c 100644
--- a/apps/app_userevent.c
+++ b/apps/app_userevent.c
@@ -62,6 +62,10 @@
<replaceable>eventname</replaceable> under the
<literal>eventname</literal> key.</para>
</description>
+ <see-also>
+ <ref type="manager">UserEvent</ref>
+ <ref type="managerEvent">UserEvent</ref>
+ </see-also>
</application>
***/
diff --git a/main/manager.c b/main/manager.c
index bc4804d..8d74392 100644
--- a/main/manager.c
+++ b/main/manager.c
@@ -819,6 +819,10 @@
<description>
<para>Send an event to manager sessions.</para>
</description>
+ <see-also>
+ <ref type="managerEvent">UserEvent</ref>
+ <ref type="application">UserEvent</ref>
+ </see-also>
</manager>
<manager name="WaitEvent" language="en_US">
<synopsis>
diff --git a/main/stasis.c b/main/stasis.c
index bbafb69..48e4eb5 100644
--- a/main/stasis.c
+++ b/main/stasis.c
@@ -59,6 +59,7 @@
</description>
<see-also>
<ref type="application">UserEvent</ref>
+ <ref type="managerEvent">UserEvent</ref>
</see-also>
</managerEventInstance>
</managerEvent>
--
To view, visit https://gerrit.asterisk.org/3530
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I80f8a981f62f50e74609c69c49edcaca6c95efa4
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Matt Jordan <mjordan at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>
More information about the asterisk-commits
mailing list