[asterisk-commits] eliel: branch group/appdocsxml r148246 -	/team/group/appdocsxml/doc/
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Fri Oct 10 08:21:33 CDT 2008
    
    
  
Author: eliel
Date: Fri Oct 10 08:21:33 2008
New Revision: 148246
URL: http://svn.digium.com/view/asterisk?view=rev&rev=148246
Log:
Update XML DTD because of the new 'manpage' type.
Modified:
    team/group/appdocsxml/doc/appdocsxml.dtd
Modified: team/group/appdocsxml/doc/appdocsxml.dtd
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/doc/appdocsxml.dtd?view=diff&rev=148246&r1=148245&r2=148246
==============================================================================
--- team/group/appdocsxml/doc/appdocsxml.dtd (original)
+++ team/group/appdocsxml/doc/appdocsxml.dtd Fri Oct 10 08:21:33 2008
@@ -11,7 +11,7 @@
   <!ELEMENT see-also (ref*)>
 
   <!ELEMENT ref (#PCDATA)*>
-  <!ATTLIST ref type (application|function|astcli|link) #REQUIRED>
+  <!ATTLIST ref type (application|function|astcli|link|manpage) #REQUIRED>
 
   <!ELEMENT synopsis (#PCDATA)>
   
    
    
More information about the asterisk-commits
mailing list