]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
manager: Add <see-also> tags to relate UserEvent actions/apps/events 30/3530/1
authorMatt Jordan <mjordan@digium.com>
Sun, 14 Aug 2016 01:13:53 +0000 (20:13 -0500)
committerMatt Jordan <mjordan@digium.com>
Sun, 14 Aug 2016 01:26:50 +0000 (20:26 -0500)
Change-Id: I80f8a981f62f50e74609c69c49edcaca6c95efa4

apps/app_userevent.c
main/manager.c
main/stasis.c

index 8f7219eabb5bf97666b3f7304aace8aa66eb0dfe..96a455cfb212429f521ab7c58b964dd33eb9a16e 100644 (file)
@@ -62,6 +62,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
                        <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>
  ***/
 
index bc4804d8989e495822a247033955300d8fe72920..8d74392a8d6da8eba477b7dcf4f672083a703b80 100644 (file)
@@ -819,6 +819,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
                <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>
index bbafb69e16868f72d5f394a7194be7521f8fbd27..48e4eb5a554d17bce57b9a2b2318a7c6b8d6fcd9 100644 (file)
@@ -59,6 +59,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$");
                        </description>
                        <see-also>
                                <ref type="application">UserEvent</ref>
+                               <ref type="managerEvent">UserEvent</ref>
                        </see-also>
                </managerEventInstance>
        </managerEvent>