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

@@ -43,23 +43,31 @@
<configInfo name="res_resolver_unbound" language="en_US">
<configFile name="resolver_unbound.conf">
<configObject name="general">
<since><version>14.1.0</version></since>
<since>
<version>14.1.0</version>
</since>
<synopsis>General options for res_resolver_unbound</synopsis>
<configOption name="hosts">
<since><version>14.0.0</version></since>
<since>
<version>14.0.0</version>
</since>
<synopsis>Full path to an optional hosts file</synopsis>
<description><para>Hosts specified in a hosts file will be resolved within the resolver itself. If a value
of system is provided the system-specific file will be used.</para></description>
</configOption>
<configOption name="resolv">
<since><version>14.0.0</version></since>
<since>
<version>14.0.0</version>
</since>
<synopsis>Full path to an optional resolv.conf file</synopsis>
<description><para>The resolv.conf file specifies the nameservers to contact when resolving queries. If a
value of system is provided the system-specific file will be used. If provided alongside explicit nameservers the
nameservers contained within the resolv.conf file will be used after all others.</para></description>
</configOption>
<configOption name="nameserver">
<since><version>14.0.0</version></since>
<since>
<version>14.0.0</version>
</since>
<synopsis>Nameserver to use for queries</synopsis>
<description><para>An explicit nameserver can be specified which is used for resolving queries. If multiple
nameserver lines are specified the first will be the primary with failover occurring, in order, to the other
@@ -67,13 +75,17 @@
used before all others.</para></description>
</configOption>
<configOption name="debug">
<since><version>14.0.0</version></since>
<since>
<version>14.0.0</version>
</since>
<synopsis>Unbound debug level</synopsis>
<description><para>The debugging level for the unbound resolver. While there is no explicit range generally
the higher the number the more debug is output.</para></description>
</configOption>
<configOption name="ta_file">
<since><version>14.0.0</version></since>
<since>
<version>14.0.0</version>
</since>
<synopsis>Trust anchor file</synopsis>
<description><para>Full path to a file with DS and DNSKEY records in zone file format. This file is provided
to unbound and is used as a source for trust anchors.</para></description>