mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-29 23:39:35 +00:00
docs: Indent <since> tags.
Also updates the 'since' of applications/functions that existed before XML documentation was introduced (1.6.2.0).
This commit is contained in:
@@ -41,7 +41,9 @@
|
||||
|
||||
/*** DOCUMENTATION
|
||||
<function name="REALTIME" language="en_US">
|
||||
<since><version>1.6.2.0</version></since>
|
||||
<since>
|
||||
<version>1.4.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
RealTime Read/Write Functions.
|
||||
</synopsis>
|
||||
@@ -78,7 +80,9 @@
|
||||
</see-also>
|
||||
</function>
|
||||
<function name="REALTIME_STORE" language="en_US">
|
||||
<since><version>1.6.2.0</version></since>
|
||||
<since>
|
||||
<version>1.6.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
RealTime Store Function.
|
||||
</synopsis>
|
||||
@@ -102,7 +106,9 @@
|
||||
</see-also>
|
||||
</function>
|
||||
<function name="REALTIME_DESTROY" language="en_US">
|
||||
<since><version>1.6.2.0</version></since>
|
||||
<since>
|
||||
<version>1.6.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
RealTime Destroy Function.
|
||||
</synopsis>
|
||||
@@ -131,7 +137,9 @@
|
||||
</see-also>
|
||||
</function>
|
||||
<function name="REALTIME_FIELD" language="en_US">
|
||||
<since><version>1.6.2.0</version></since>
|
||||
<since>
|
||||
<version>1.6.2.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
RealTime query function.
|
||||
</synopsis>
|
||||
@@ -155,7 +163,9 @@
|
||||
</see-also>
|
||||
</function>
|
||||
<function name="REALTIME_HASH" language="en_US">
|
||||
<since><version>1.6.2.0</version></since>
|
||||
<since>
|
||||
<version>1.6.2.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
RealTime query function.
|
||||
</synopsis>
|
||||
|
||||
Reference in New Issue
Block a user