curt            Tue Aug 31 18:21:50 2004 EDT

  Modified files:              
    /phpdoc/dsssl       common.dsl.in 
  Log:
  add parameter role="reference" attribute
  
  
http://cvs.php.net/diff.php/phpdoc/dsssl/common.dsl.in?r1=1.10&r2=1.11&ty=u
Index: phpdoc/dsssl/common.dsl.in
diff -u phpdoc/dsssl/common.dsl.in:1.10 phpdoc/dsssl/common.dsl.in:1.11
--- phpdoc/dsssl/common.dsl.in:1.10     Fri Feb 20 05:16:56 2004
+++ phpdoc/dsssl/common.dsl.in  Tue Aug 31 18:21:49 2004
@@ -1,6 +1,6 @@
 ;; -*- Scheme -*-
 ;;
-;; $Id: common.dsl.in,v 1.10 2004/02/20 10:16:56 derick Exp $
+;; $Id: common.dsl.in,v 1.11 2004/08/31 22:21:49 curt Exp $
 ;;
 ;; This file contains stylesheet customization common to the HTML
 ;; and print versions.
@@ -311,9 +311,15 @@
 ;; render parameter name
 (element (methodparam parameter)
        (make sequence
+               (if (equal? (attribute-string (normalize "role")) "reference")
+                       (make sequence
+                               (literal "&") 
+                               (process-children-trim)
+                       )
                (process-children-trim)
                )
        )
+)
 
 ;; render default value
 (element (methodparam initializer)

Reply via email to