]> granicus.if.org Git - docbook-dsssl/commitdiff
RFE 655526: support modifier in funcprototype (2003 Feb)
authorNorman Walsh <ndw@nwalsh.com>
Mon, 11 Aug 2003 11:51:50 +0000 (11:51 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Mon, 11 Aug 2003 11:51:50 +0000 (11:51 +0000)
docbook/xml/dbpoolx.mod

index f30574fea921fc4de2986ed505c45994354c0e26..1bcfccaeb89b1412c91b0e8be8e15f21abb1121c 100644 (file)
@@ -3828,7 +3828,10 @@ in the text (no (0) value, the default)
 
 <!ENTITY % funcprototype.element "INCLUDE">
 <![%funcprototype.element;[
-<!ELEMENT funcprototype %ho; (funcdef, (void|varargs|(paramdef+, varargs?)))>
+<!ELEMENT funcprototype %ho; (modifier*,
+                              funcdef,
+                              (void|varargs|(paramdef+, varargs?)),
+                              modifier*)>
 
 <!--end of funcprototype.element-->]]>