docs: Various XML fixes

* channels/pjsip/dialplan_functions_doc.xml: Added xmlns:xi to docs element.

* main/bucket.c: Removed XML completely since the "bucket" and "file" objects
  are internal only with no config file.

* main/named_acl.c: Fixed the configFile element name. It was "named_acl.conf"
  and should have been "acl.conf"

* res/res_geolocation/geoloc_doc.xml: Added xmlns:xi to docs element.

* res/res_http_media_cache.c: Fixed the configFile element name. It was
  "http_media_cache.conf" and should have been "res_http_media_cache.conf".
This commit is contained in:
George Joseph
2025-01-15 16:19:27 -07:00
committed by asterisk-org-access-app[bot]
parent 1047291662
commit 114fa12f05
5 changed files with 12 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE docs SYSTEM "appdocsxml.dtd">
<docs>
<docs xmlns:xi="http://www.w3.org/2001/XInclude">
<configInfo name="res_geolocation" language="en_US">
<synopsis>Core Geolocation Support</synopsis>
<configFile name="geolocation.conf">

View File

@@ -34,7 +34,7 @@
/*** DOCUMENTATION
<configInfo name="res_http_media_cache" language="en_US">
<synopsis>HTTP media cache</synopsis>
<configFile name="http_media_cache.conf">
<configFile name="res_http_media_cache.conf">
<configObject name="general">
<synopsis>General configuration</synopsis>
<configOption name="timeout_secs" default="180">