mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
docs: Add version information to application and function XML elements
* Do a git blame on the embedded XML application or function element. * From the commit hash, grab the summary line. * Do a git log --grep <summary> to find the cherry-pick commits in all branches that match. * Do a git patch-id to ensure the commits are all related and didn't get a false match on the summary. * Do a git tag --contains <commit> to find the tags that contain each commit. * Weed out all tags not ..0. * Sort and discard any .0.0 and following tags where the commit appeared in an earlier branch. * The result is a single tag for each branch where the application or function was defined. The applications and functions defined in the following files were done by hand because the XML was extracted from the C source file relatively recently. * channels/pjsip/dialplan_functions_doc.xml * main/logger_doc.xml * main/manager_doc.xml * res/res_geolocation/geoloc_doc.xml * res/res_stir_shaken/stir_shaken_doc.xml
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
|
||||
/*** DOCUMENTATION
|
||||
<function name="ENV" language="en_US">
|
||||
<since><version>1.6.2.0</version></since>
|
||||
<synopsis>
|
||||
Gets or sets the environment variable specified.
|
||||
</synopsis>
|
||||
@@ -101,6 +102,7 @@
|
||||
</description>
|
||||
</function>
|
||||
<function name="STAT" language="en_US">
|
||||
<since><version>1.6.2.0</version></since>
|
||||
<synopsis>
|
||||
Does a check on the specified file.
|
||||
</synopsis>
|
||||
@@ -127,6 +129,7 @@
|
||||
</description>
|
||||
</function>
|
||||
<function name="FILE" language="en_US">
|
||||
<since><version>1.6.2.0</version></since>
|
||||
<synopsis>
|
||||
Read or write text file.
|
||||
</synopsis>
|
||||
@@ -245,6 +248,7 @@
|
||||
</see-also>
|
||||
</function>
|
||||
<function name="FILE_COUNT_LINE" language="en_US">
|
||||
<since><version>1.8.0</version></since>
|
||||
<synopsis>
|
||||
Obtains the number of lines of a text file.
|
||||
</synopsis>
|
||||
@@ -280,6 +284,7 @@
|
||||
</see-also>
|
||||
</function>
|
||||
<function name="FILE_FORMAT" language="en_US">
|
||||
<since><version>1.8.0</version></since>
|
||||
<synopsis>
|
||||
Return the newline format of a text file.
|
||||
</synopsis>
|
||||
@@ -307,7 +312,6 @@
|
||||
<since>
|
||||
<version>16.21.0</version>
|
||||
<version>18.7.0</version>
|
||||
<version>19.0.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Return the name of a file.
|
||||
@@ -330,7 +334,6 @@
|
||||
<since>
|
||||
<version>16.21.0</version>
|
||||
<version>18.7.0</version>
|
||||
<version>19.0.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Return the directory of a file.
|
||||
|
Reference in New Issue
Block a user