]> git.ipfire.org Git - thirdparty/asterisk.git/commit
xmldoc: Allow XML docs to be reloaded.
authorNaveen Albert <asterisk@phreaknet.org>
Sat, 5 Nov 2022 12:11:08 +0000 (12:11 +0000)
committerJoshua Colp <jcolp@sangoma.com>
Thu, 8 Dec 2022 15:16:33 +0000 (09:16 -0600)
commit1da5eb3795569fbd65f2eb68ce9e48c791b0318c
treee6dc696878585ef664a8814b9fd5e686d1307045
parent9c0fc320ef6514a978ab0b3cd36cc8db3c274185
xmldoc: Allow XML docs to be reloaded.

The XML docs are currently only loaded on
startup with no way to update them during runtime.
This makes it impossible to load modules that
use ACO/Sorcery (which require documentation)
if they are added to the source tree and built while
Asterisk is running (e.g. external modules).

This adds a CLI command to reload the XML docs
during runtime so that documentation can be updated
without a full restart of Asterisk.

ASTERISK-30289 #close

Change-Id: I4f265b0e5517e757c5453a0f241201a5788d3a07
doc/CHANGES-staging/xmldoc.txt [new file with mode: 0644]
main/config_options.c
main/xmldoc.c