summaryrefslogtreecommitdiff
path: root/doc/appdocsxml.dtd
diff options
context:
space:
mode:
authorEliel C. Sardanons <eliels@gmail.com>2008-11-13 15:46:06 +0000
committerEliel C. Sardanons <eliels@gmail.com>2008-11-13 15:46:06 +0000
commita22928b8535efe180dd9f7b6000495c90079ae9a (patch)
tree02669508fd35709a172254bc08ec2a0de9d18d85 /doc/appdocsxml.dtd
parent62a32fef40fac5c182e61e45c3cdaac513b4ae88 (diff)
Introduce XML documentation for:
- MeetMe() - MeetMeCount() - MeetMeChannelAdmin() - MeetMeAdmin() - SLAStation() - SLATrunk() - Add an attribute to optionlist 'hasparams' with the same functionality as the one we have in <parameter> and <argument> (the DTD was updated) - Fix a leak when getting an attribute while parsing an <optionlist>. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@156575 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc/appdocsxml.dtd')
-rw-r--r--doc/appdocsxml.dtd1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/appdocsxml.dtd b/doc/appdocsxml.dtd
index bc72d1324..d0ce64089 100644
--- a/doc/appdocsxml.dtd
+++ b/doc/appdocsxml.dtd
@@ -38,6 +38,7 @@
<!ATTLIST option name CDATA #REQUIRED>
<!ATTLIST option argsep CDATA ",">
<!ATTLIST option implies CDATA "">
+ <!ATTLIST option hasparams CDATA "">
<!ELEMENT enumlist (enum+)>
<!ELEMENT enum (para|note|warning|parameter)*>