mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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 67e89b3e77
)
This commit is contained in:
committed by
Asterisk Development Team
parent
a0db68c190
commit
8a3a2958c1
@@ -45,7 +45,9 @@
|
||||
<synopsis>Resource for integration with Homer using HEPv3</synopsis>
|
||||
<configFile name="hep.conf">
|
||||
<configObject name="general">
|
||||
<since><version>12.2.0</version></since>
|
||||
<since>
|
||||
<version>12.2.0</version>
|
||||
</since>
|
||||
<synopsis>General settings.</synopsis>
|
||||
<description><para>
|
||||
The <emphasis>general</emphasis> settings section contains information
|
||||
@@ -53,7 +55,9 @@
|
||||
</para>
|
||||
</description>
|
||||
<configOption name="enabled" default="yes">
|
||||
<since><version>12.2.0</version></since>
|
||||
<since>
|
||||
<version>12.2.0</version>
|
||||
</since>
|
||||
<synopsis>Enable or disable packet capturing.</synopsis>
|
||||
<description>
|
||||
<enumlist>
|
||||
@@ -63,7 +67,9 @@
|
||||
</description>
|
||||
</configOption>
|
||||
<configOption name="uuid_type" default="call-id">
|
||||
<since><version>12.2.0</version></since>
|
||||
<since>
|
||||
<version>12.2.0</version>
|
||||
</since>
|
||||
<synopsis>The preferred type of UUID to pass to Homer.</synopsis>
|
||||
<description>
|
||||
<enumlist>
|
||||
@@ -73,19 +79,29 @@
|
||||
</description>
|
||||
</configOption>
|
||||
<configOption name="capture_address">
|
||||
<since><version>13.16.0</version><version>14.5.0</version></since>
|
||||
<since>
|
||||
<version>13.16.0</version>
|
||||
<version>14.5.0</version>
|
||||
</since>
|
||||
<synopsis>The address and port of the Homer server to send packets to.</synopsis>
|
||||
</configOption>
|
||||
<configOption name="capture_password">
|
||||
<since><version>12.2.0</version></since>
|
||||
<since>
|
||||
<version>12.2.0</version>
|
||||
</since>
|
||||
<synopsis>If set, the authentication password to send to Homer.</synopsis>
|
||||
</configOption>
|
||||
<configOption name="capture_id" default="0">
|
||||
<since><version>12.2.0</version></since>
|
||||
<since>
|
||||
<version>12.2.0</version>
|
||||
</since>
|
||||
<synopsis>The ID for this capture agent.</synopsis>
|
||||
</configOption>
|
||||
<configOption name="capture_name" default="">
|
||||
<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>The name for this capture agent.</synopsis>
|
||||
</configOption>
|
||||
</configObject>
|
||||
|
Reference in New Issue
Block a user