hholzgra Mon Feb 4 11:46:27 2002 EDT
Modified files:
/phpdoc/dsssl common.dsl.in
Log:
rendering of <void/> with new docbook4 prototypes corrected
Index: phpdoc/dsssl/common.dsl.in
diff -u phpdoc/dsssl/common.dsl.in:1.2 phpdoc/dsssl/common.dsl.in:1.3
--- phpdoc/dsssl/common.dsl.in:1.2 Thu Jan 17 05:11:33 2002
+++ phpdoc/dsssl/common.dsl.in Mon Feb 4 11:46:23 2002
@@ -1,6 +1,6 @@
;; -*- Scheme -*-
;;
-;; $Id: common.dsl.in,v 1.2 2002/01/17 10:11:33 hholzgra Exp $
+;; $Id: common.dsl.in,v 1.3 2002/02/04 16:46:23 hholzgra Exp $
;;
;; This file contains stylesheet customization common to the HTML
;; and print versions.
@@ -198,6 +198,11 @@
)
)
)
+
+(element (methodsynopsis void)
+ (literal "void")
+)
+
;; render parameter type
(element (methodparam type)