summaryrefslogtreecommitdiff
path: root/main/bridge.c
diff options
context:
space:
mode:
authorMatt Jordan <mjordan@digium.com>2016-08-13 20:15:58 -0500
committerMatt Jordan <mjordan@digium.com>2016-08-15 07:41:01 -0500
commit18065140d5a1434f68832ec1ddd2bc6c35303972 (patch)
tree7971259875d7061836cf2f9ea5555d9b14291305 /main/bridge.c
parent0bb8366580573d8c78265656036f97d75bd5fd74 (diff)
manager: Add <see-also> tags to relate Bridge related events,actions, and apps
Change-Id: I67e6b79fa3102e494b5fe6cc7510472249080e85
Diffstat (limited to 'main/bridge.c')
-rw-r--r--main/bridge.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/main/bridge.c b/main/bridge.c
index 68ac24bba..e92875d17 100644
--- a/main/bridge.c
+++ b/main/bridge.c
@@ -38,6 +38,10 @@
<description>
<para>Returns detailed information about the available bridging technologies.</para>
</description>
+ <see-also>
+ <ref type="manager">BridgeTechnologySuspend</ref>
+ <ref type="manager">BridgeTechnologyUnsuspend</ref>
+ </see-also>
</manager>
<manager name="BridgeTechnologySuspend" language="en_US">
<synopsis>
@@ -52,6 +56,10 @@
<description>
<para>Marks a bridging technology as suspended, which prevents subsequently created bridges from using it.</para>
</description>
+ <see-also>
+ <ref type="manager">BridgeTechnologySuspend</ref>
+ <ref type="manager">BridgeTechnologyUnsuspend</ref>
+ </see-also>
</manager>
<manager name="BridgeTechnologyUnsuspend" language="en_US">
<synopsis>
@@ -66,6 +74,10 @@
<description>
<para>Clears a previously suspended bridging technology, which allows subsequently created bridges to use it.</para>
</description>
+ <see-also>
+ <ref type="manager">BridgeTechnologyList</ref>
+ <ref type="manager">BridgeTechnologySuspend</ref>
+ </see-also>
</manager>
***/