mirror of
https://github.com/asterisk/asterisk.git
synced 2025-12-02 19:22:11 +00:00
docs: Indent <since> tags.
Also updates the 'since' of applications/functions that existed before XML documentation was introduced (1.6.2.0).
This commit is contained in:
committed by
asterisk-org-access-app[bot]
parent
ec22c1dd4d
commit
174006fcaa
@@ -42,7 +42,9 @@
|
||||
|
||||
/*** DOCUMENTATION
|
||||
<application name="Gosub" language="en_US">
|
||||
<since><version>1.6.2.0</version></since>
|
||||
<since>
|
||||
<version>1.2.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Jump to label, saving return address.
|
||||
</synopsis>
|
||||
@@ -66,7 +68,9 @@
|
||||
</see-also>
|
||||
</application>
|
||||
<application name="GosubIf" language="en_US">
|
||||
<since><version>1.6.2.0</version></since>
|
||||
<since>
|
||||
<version>1.2.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Conditionally jump to label, saving return address.
|
||||
</synopsis>
|
||||
@@ -102,7 +106,9 @@
|
||||
</see-also>
|
||||
</application>
|
||||
<application name="Return" language="en_US">
|
||||
<since><version>1.6.2.0</version></since>
|
||||
<since>
|
||||
<version>1.2.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Return from gosub routine.
|
||||
</synopsis>
|
||||
@@ -121,7 +127,9 @@
|
||||
</see-also>
|
||||
</application>
|
||||
<application name="StackPop" language="en_US">
|
||||
<since><version>1.6.2.0</version></since>
|
||||
<since>
|
||||
<version>1.2.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Remove one address from gosub stack.
|
||||
</synopsis>
|
||||
@@ -135,7 +143,9 @@
|
||||
</see-also>
|
||||
</application>
|
||||
<function name="LOCAL" language="en_US">
|
||||
<since><version>1.6.1.0</version></since>
|
||||
<since>
|
||||
<version>1.6.1.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Manage variables local to the gosub stack frame.
|
||||
</synopsis>
|
||||
@@ -153,7 +163,9 @@
|
||||
</see-also>
|
||||
</function>
|
||||
<function name="LOCAL_PEEK" language="en_US">
|
||||
<since><version>1.6.1.0</version></since>
|
||||
<since>
|
||||
<version>1.6.1.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Retrieve variables hidden by the local gosub stack frame.
|
||||
</synopsis>
|
||||
@@ -176,7 +188,10 @@
|
||||
</see-also>
|
||||
</function>
|
||||
<function name="STACK_PEEK" language="en_US">
|
||||
<since><version>1.8.11.0</version><version>10.3.0</version></since>
|
||||
<since>
|
||||
<version>1.8.11.0</version>
|
||||
<version>10.3.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
View info about the location which called Gosub
|
||||
</synopsis>
|
||||
@@ -214,7 +229,9 @@
|
||||
</agi>
|
||||
<managerEvent language="en_US" name="VarSet">
|
||||
<managerEventInstance class="EVENT_FLAG_DIALPLAN">
|
||||
<since><version>12.0.0</version></since>
|
||||
<since>
|
||||
<version>12.0.0</version>
|
||||
</since>
|
||||
<synopsis>Raised when a variable local to the gosub stack frame is set due to a subroutine call.</synopsis>
|
||||
<syntax>
|
||||
<channel_snapshot/>
|
||||
|
||||
Reference in New Issue
Block a user