mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +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
@@ -41,7 +41,9 @@
|
||||
|
||||
/*** DOCUMENTATION
|
||||
<function name="HANGUPCAUSE" language="en_US">
|
||||
<since><version>11.0.0</version></since>
|
||||
<since>
|
||||
<version>11.0.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Gets per-channel hangupcause information from the channel.
|
||||
</synopsis>
|
||||
@@ -67,7 +69,9 @@
|
||||
</see-also>
|
||||
</function>
|
||||
<function name="HANGUPCAUSE_KEYS" language="en_US">
|
||||
<since><version>11.0.0</version></since>
|
||||
<since>
|
||||
<version>11.0.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Gets the list of channels for which hangup causes are available.
|
||||
</synopsis>
|
||||
@@ -80,7 +84,9 @@
|
||||
</see-also>
|
||||
</function>
|
||||
<application name="HangupCauseClear" language="en_US">
|
||||
<since><version>11.0.0</version></since>
|
||||
<since>
|
||||
<version>11.0.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Clears hangup cause information from the channel that is available through HANGUPCAUSE.
|
||||
</synopsis>
|
||||
|
Reference in New Issue
Block a user