mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
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
This commit is contained in:
committed by
Friendly Automation
parent
0fb48fb751
commit
86a40686e4
5
doc/CHANGES-staging/xmldoc.txt
Normal file
5
doc/CHANGES-staging/xmldoc.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Subject: xmldocs
|
||||
|
||||
The XML documentation can now be reloaded without restarting
|
||||
Asterisk, which makes it possible to load new modules that
|
||||
enforce documentation without restarting Asterisk.
|
Reference in New Issue
Block a user