[Asterisk-code-review] xml: Allow deprecated_in and removed_in for MODULEINFO. (asterisk[16])
George Joseph
asteriskteam at digium.com
Tue Mar 16 10:33:48 CDT 2021
George Joseph has submitted this change. ( https://gerrit.asterisk.org/c/asterisk/+/15624 )
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(-)
Approvals:
George Joseph: Looks good to me, approved; Approved for Submit
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/+/15624
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 16
Gerrit-Change-Id: I2211b7da8d29369f8649aeabce07679da0787f2b
Gerrit-Change-Number: 15624
Gerrit-PatchSet: 2
Gerrit-Owner: Joshua Colp <jcolp at sangoma.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20210316/987d1d1b/attachment.html>
More information about the asterisk-code-review
mailing list