]> git.ipfire.org Git - thirdparty/asterisk.git/commit
docs: Various XML fixes
authorGeorge Joseph <gjoseph@sangoma.com>
Wed, 15 Jan 2025 23:19:27 +0000 (16:19 -0700)
committerGeorge Joseph <gjoseph@sangoma.com>
Thu, 16 Jan 2025 15:32:50 +0000 (15:32 +0000)
commit3b53152624ff603fc82823ed8f152a1e38507824
treeb418d2f2574832a36041e8b2c3a8e7eddf81c8a7
parent813b774cc1f917f0bf21b80269270e484018b0c0
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".
channels/pjsip/dialplan_functions_doc.xml
main/bucket.c
main/named_acl.c
res/res_geolocation/geoloc_doc.xml
res/res_http_media_cache.c