aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_stack.c
diff options
context:
space:
mode:
authoreliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-05 13:07:29 +0000
committereliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-05 13:07:29 +0000
commitddd3625c89414c7d5070058a35eb69a499e65e13 (patch)
tree6f465269f8ae7e34efd0e85e92c0a8e9c4f570be /apps/app_stack.c
parent8de203d7660f6c6cff73ac098b575dbccd84b459 (diff)
- Add more <see-also> based on TFOT.
- Add the 'filename' type to the see-also ref. To be able to reference a filename. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@154578 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_stack.c')
-rw-r--r--apps/app_stack.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/apps/app_stack.c b/apps/app_stack.c
index beeea30f6..45db41d05 100644
--- a/apps/app_stack.c
+++ b/apps/app_stack.c
@@ -59,6 +59,13 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<description>
<para>Jumps to the label specified, saving the return address.</para>
</description>
+ <see-also>
+ <ref type="application">GosubIf</ref>
+ <ref type="application">Macro</ref>
+ <ref type="application">Goto</ref>
+ <ref type="application">Return</ref>
+ <ref type="application">StackPop</ref>
+ </see-also>
</application>
<application name="GosubIf" language="en_US">
<synopsis>
@@ -82,6 +89,13 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
labeliffalse, if specified. In either case, a jump saves the return point
in the dialplan, to be returned to with a Return.</para>
</description>
+ <see-also>
+ <ref type="application">Gosub</ref>
+ <ref type="application">Return</ref>
+ <ref type="application">MacroIf</ref>
+ <ref type="function">IF</ref>
+ <ref type="application">GotoIf</ref>
+ </see-also>
</application>
<application name="Return" language="en_US">
<synopsis>
@@ -96,6 +110,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<para>Jumps to the last label on the stack, removing it. The return <replaceable>value</replaceable>, if
any, is saved in the channel variable <variable>GOSUB_RETVAL</variable>.</para>
</description>
+ <see-also>
+ <ref type="application">Gosub</ref>
+ <ref type="application">StackPop</ref>
+ </see-also>
</application>
<application name="StackPop" language="en_US">
<synopsis>
@@ -105,6 +123,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<description>
<para>Removes last label on the stack, discarding it.</para>
</description>
+ <see-also>
+ <ref type="application">Return</ref>
+ <ref type="application">Gosub</ref>
+ </see-also>
</application>
<function name="LOCAL" language="en_US">
<synopsis>