]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update the dtd to actually *support* the module attribute in all elements
authorMatthew Jordan <mjordan@digium.com>
Wed, 16 Jan 2013 15:30:20 +0000 (15:30 +0000)
committerMatthew Jordan <mjordan@digium.com>
Wed, 16 Jan 2013 15:30:20 +0000 (15:30 +0000)
Mea culpa.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@379210 65c4cc65-6c06-0410-ace0-fbb531ad65f3

doc/appdocsxml.dtd

index 456ac188fdc1e08e1bb94c8b260ad50751fec832..c379843d3f5d4fd26814fa6d95efd417ed1f06f6 100644 (file)
   <!ELEMENT agi (synopsis?,syntax?,description?,see-also?)>
   <!ATTLIST agi name CDATA #REQUIRED>
   <!ATTLIST agi language CDATA #REQUIRED>
+  <!ATTLIST agi module CDATA #IMPLIED>
 
   <!ELEMENT manager (synopsis?,syntax?,description?,see-also?)>
   <!ATTLIST manager name CDATA #REQUIRED>
   <!ATTLIST manager language CDATA #REQUIRED>
+  <!ATTLIST manager module CDATA #IMPLIED>
 
   <!ELEMENT managerEvent (managerEventInstance+)>
   <!ATTLIST managerEvent name CDATA #REQUIRED>
   <!ATTLIST managerEvent language CDATA #REQUIRED>
+  <!ATTLIST managerEvent module CDATA #IMPLIED>
 
   <!ELEMENT managerEventInstance (synopsis?,syntax?,description?,see-also?)*>
   <!ATTLIST managerEventInstance class CDATA #REQUIRED>