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:
Sean Bright
2025-01-23 16:35:58 -05:00
committed by Asterisk Development Team
parent 16c860cacf
commit ee0a50e749
209 changed files with 4011 additions and 1205 deletions

View File

@@ -49,7 +49,9 @@
/*** DOCUMENTATION
<function name="MATH" language="en_US">
<since><version>1.6.2.0</version></since>
<since>
<version>1.2.0</version>
</since>
<synopsis>
Performs Mathematical Functions.
</synopsis>
@@ -78,7 +80,9 @@
</description>
</function>
<function name="INC" language="en_US">
<since><version>1.8.0</version></since>
<since>
<version>1.8.0</version>
</since>
<synopsis>
Increments the value of a variable, while returning the updated value to the dialplan
</synopsis>
@@ -96,7 +100,9 @@
</description>
</function>
<function name="DEC" language="en_US">
<since><version>1.8.0</version></since>
<since>
<version>1.8.0</version>
</since>
<synopsis>
Decrements the value of a variable, while returning the updated value to the dialplan
</synopsis>