mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +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
@@ -53,7 +53,9 @@
|
||||
|
||||
/*** DOCUMENTATION
|
||||
<function name="CURL" language="en_US">
|
||||
<since><version>10.0.0</version></since>
|
||||
<since>
|
||||
<version>10.0.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Retrieve content from a remote web or ftp server
|
||||
</synopsis>
|
||||
@@ -96,7 +98,9 @@
|
||||
</see-also>
|
||||
</function>
|
||||
<function name="CURLOPT" language="en_US">
|
||||
<since><version>10.0.0</version></since>
|
||||
<since>
|
||||
<version>10.0.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Sets various options for future invocations of CURL.
|
||||
</synopsis>
|
||||
|
Reference in New Issue
Block a user