hholzgra Thu Mar 14 07:07:39 2002 EDT
Modified files:
/phpdoc/dsssl common.dsl.in html-common.dsl print.dsl.in
Log:
put linebreaks between multiple protoype definitions
Index: phpdoc/dsssl/common.dsl.in
diff -u phpdoc/dsssl/common.dsl.in:1.3 phpdoc/dsssl/common.dsl.in:1.4
--- phpdoc/dsssl/common.dsl.in:1.3 Mon Feb 4 11:46:23 2002
+++ phpdoc/dsssl/common.dsl.in Thu Mar 14 07:07:39 2002
@@ -1,6 +1,6 @@
;; -*- Scheme -*-
;;
-;; $Id: common.dsl.in,v 1.3 2002/02/04 16:46:23 hholzgra Exp $
+;; $Id: common.dsl.in,v 1.4 2002/03/14 12:07:39 hholzgra Exp $
;;
;; This file contains stylesheet customization common to the HTML
;; and print versions.
@@ -145,6 +145,7 @@
(process-children) ;; render content
(methodsynopsis-generate-closing-optionals (children (current-node))) ;; close
optional brackets
(literal ")") ;; close parameter list
+ (linebreak)
)
)
Index: phpdoc/dsssl/html-common.dsl
diff -u phpdoc/dsssl/html-common.dsl:1.3 phpdoc/dsssl/html-common.dsl:1.4
--- phpdoc/dsssl/html-common.dsl:1.3 Sun Mar 3 05:48:42 2002
+++ phpdoc/dsssl/html-common.dsl Thu Mar 14 07:07:39 2002
@@ -1,6 +1,6 @@
;; -*- Scheme -*-
;;
-;; $Id: html-common.dsl,v 1.3 2002/03/03 10:48:42 derick Exp $
+;; $Id: html-common.dsl,v 1.4 2002/03/14 12:07:39 hholzgra Exp $
;;
;; Returns the depth of the auto-generated TOC (table of
@@ -429,5 +429,10 @@
adm-title)
(empty-sosofo))
(process-children))))
+
+
+
+(define (linebreak) (make element gi: "BR" (empty-sosofo)))
+
;; vim: ts=2 sw=2 et
Index: phpdoc/dsssl/print.dsl.in
diff -u phpdoc/dsssl/print.dsl.in:1.2 phpdoc/dsssl/print.dsl.in:1.3
--- phpdoc/dsssl/print.dsl.in:1.2 Mon Jan 14 17:12:59 2002
+++ phpdoc/dsssl/print.dsl.in Thu Mar 14 07:07:39 2002
@@ -7,7 +7,7 @@
<!--
- $Id: print.dsl.in,v 1.2 2002/01/14 22:12:59 jkj Exp $
+ $Id: print.dsl.in,v 1.3 2002/03/14 12:07:39 hholzgra Exp $
This file contains printout-specific stylesheet customization.
@@ -37,6 +37,8 @@
&version.dsl;
&pdflevels.dsl;
+
+(define (linebreak) (literal " \\linebreak "))
(define ($refentry-title$)
(let* ((refmeta (select-elements (children (current-node)) (normalize "refmeta")))