mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
docs: Indent <since> tags.
Also updates the 'since' of applications/functions that existed before
XML documentation was introduced (1.6.2.0).
(cherry picked from commit 174006fcaa
)
This commit is contained in:
committed by
Asterisk Development Team
parent
16c860cacf
commit
ee0a50e749
@@ -44,7 +44,9 @@
|
||||
/*** DOCUMENTATION
|
||||
<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 is set to a particular value.</synopsis>
|
||||
<syntax>
|
||||
<channel_snapshot/>
|
||||
@@ -59,7 +61,9 @@
|
||||
</managerEvent>
|
||||
<managerEvent language="en_US" name="AgentLogin">
|
||||
<managerEventInstance class="EVENT_FLAG_AGENT">
|
||||
<since><version>12.0.0</version></since>
|
||||
<since>
|
||||
<version>12.0.0</version>
|
||||
</since>
|
||||
<synopsis>Raised when an Agent has logged in.</synopsis>
|
||||
<syntax>
|
||||
<channel_snapshot/>
|
||||
@@ -75,7 +79,9 @@
|
||||
</managerEvent>
|
||||
<managerEvent language="en_US" name="AgentLogoff">
|
||||
<managerEventInstance class="EVENT_FLAG_AGENT">
|
||||
<since><version>12.0.0</version></since>
|
||||
<since>
|
||||
<version>12.0.0</version>
|
||||
</since>
|
||||
<synopsis>Raised when an Agent has logged off.</synopsis>
|
||||
<syntax>
|
||||
<xi:include xpointer="xpointer(/docs/managerEvent[@name='AgentLogin']/managerEventInstance/syntax/parameter)" />
|
||||
@@ -90,7 +96,9 @@
|
||||
</managerEvent>
|
||||
<managerEvent language="en_US" name="ChannelTalkingStart">
|
||||
<managerEventInstance class="EVENT_FLAG_CLASS">
|
||||
<since><version>12.4.0</version></since>
|
||||
<since>
|
||||
<version>12.4.0</version>
|
||||
</since>
|
||||
<synopsis>Raised when talking is detected on a channel.</synopsis>
|
||||
<syntax>
|
||||
<channel_snapshot/>
|
||||
@@ -103,7 +111,9 @@
|
||||
</managerEvent>
|
||||
<managerEvent language="en_US" name="ChannelTalkingStop">
|
||||
<managerEventInstance class="EVENT_FLAG_CLASS">
|
||||
<since><version>12.4.0</version></since>
|
||||
<since>
|
||||
<version>12.4.0</version>
|
||||
</since>
|
||||
<synopsis>Raised when talking is no longer detected on a channel.</synopsis>
|
||||
<syntax>
|
||||
<channel_snapshot/>
|
||||
|
Reference in New Issue
Block a user