mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +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:
@@ -40,7 +40,9 @@
|
||||
|
||||
/*** DOCUMENTATION
|
||||
<function name="PJSIP_HEADER" language="en_US">
|
||||
<since><version>12.0.0</version></since>
|
||||
<since>
|
||||
<version>12.0.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Gets headers from an inbound PJSIP channel. Adds, updates or removes the
|
||||
specified SIP header from an outbound PJSIP channel.
|
||||
@@ -169,7 +171,11 @@
|
||||
</see-also>
|
||||
</function>
|
||||
<function name="PJSIP_RESPONSE_HEADER" language="en_US">
|
||||
<since><version>16.28.0</version><version>18.14.0</version><version>19.6.0</version></since>
|
||||
<since>
|
||||
<version>16.28.0</version>
|
||||
<version>18.14.0</version>
|
||||
<version>19.6.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Gets headers of 200 response from an outbound PJSIP channel.
|
||||
</synopsis>
|
||||
@@ -230,7 +236,11 @@
|
||||
</see-also>
|
||||
</function>
|
||||
<function name="PJSIP_RESPONSE_HEADERS" language="en_US">
|
||||
<since><version>16.28.0</version><version>18.14.0</version><version>19.6.0</version></since>
|
||||
<since>
|
||||
<version>16.28.0</version>
|
||||
<version>18.14.0</version>
|
||||
<version>19.6.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Gets the list of SIP header names from the 200 response of INVITE message.
|
||||
</synopsis>
|
||||
@@ -254,7 +264,10 @@
|
||||
</see-also>
|
||||
</function>
|
||||
<function name="PJSIP_HEADER_PARAM" language="en_US">
|
||||
<since><version>18.16.0</version><version>20.1.0</version></since>
|
||||
<since>
|
||||
<version>18.16.0</version>
|
||||
<version>20.1.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Get or set header/URI parameters on a PJSIP channel.
|
||||
</synopsis>
|
||||
|
Reference in New Issue
Block a user