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:
Sean Bright
2025-01-23 16:35:58 -05:00
parent 5c3b35bc79
commit b4156fecf0
210 changed files with 4020 additions and 1208 deletions

View File

@@ -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>