[Asterisk-code-review] xml: Allow deprecated_in and removed_in for MODULEINFO. (asterisk[master])
Joshua Colp
asteriskteam at digium.com
Wed Mar 10 08:20:58 CST 2021
Joshua Colp has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/15616 )
Change subject: xml: Allow deprecated_in and removed_in for MODULEINFO.
......................................................................
xml: Allow deprecated_in and removed_in for MODULEINFO.
ASTERISK-29337
Change-Id: I2211b7da8d29369f8649aeabce07679da0787f2b
---
M doc/appdocsxml.dtd
1 file changed, 5 insertions(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/16/15616/1
diff --git a/doc/appdocsxml.dtd b/doc/appdocsxml.dtd
index cf3bc4a..7723bd5 100644
--- a/doc/appdocsxml.dtd
+++ b/doc/appdocsxml.dtd
@@ -11,7 +11,7 @@
accept CDATA #IMPLIED
accept-language CDATA #IMPLIED >
- <!ELEMENT module (depend*,use*,conflict*,defaultenabled?,support_level?,replacement?)>
+ <!ELEMENT module (depend*,use*,conflict*,defaultenabled?,support_level?,replacement?,deprecated_in?,removed_in?)>
<!ATTLIST module name CDATA #REQUIRED>
<!ATTLIST module language CDATA #REQUIRED>
@@ -29,6 +29,10 @@
<!ELEMENT conflict (#PCDATA)>
+ <!ELEMENT deprecated_in (#PCDATA)>
+
+ <!ELEMENT removed_in (#PCDATA)>
+
<!ELEMENT application (synopsis?,syntax?,description?,see-also?)>
<!ATTLIST application name CDATA #REQUIRED>
<!ATTLIST application language CDATA #REQUIRED>
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/15616
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I2211b7da8d29369f8649aeabce07679da0787f2b
Gerrit-Change-Number: 15616
Gerrit-PatchSet: 1
Gerrit-Owner: Joshua Colp <jcolp at sangoma.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20210310/f0b49872/attachment.html>
More information about the asterisk-code-review
mailing list