xml: Embed module information into core XML documentation.

This change embeds the MODULEINFO block of modules
into the core XML documentation. This provides a shared
mechanism for use by both menuselect and Asterisk for
information and a definitive source of truth.

ASTERISK-29335

Change-Id: Ifbfd5c700049cf320a3e45351ac65dd89bc99d90
This commit is contained in:
Joshua C. Colp
2021-03-09 10:54:27 -04:00
committed by George Joseph
parent ee8c9017a7
commit e42417e910
13 changed files with 37 additions and 12 deletions

View File

@@ -27,9 +27,9 @@
*/
/*** MODULEINFO
<support_level>core</support_level>
<depend>pjproject</depend>
<depend>res_pjsip</depend>
<support_level>core</support_level>
***/
#include "asterisk.h"