hholzgra Fri Jan 2 14:00:12 2004 EDT
Modified files:
/phpdoc/dsssl html-common.dsl print.dsl.in
Log:
usage of <funcprototype> has been dropped in favour of
<methodsynopsis> a long time ago ...
Index: phpdoc/dsssl/html-common.dsl
diff -u phpdoc/dsssl/html-common.dsl:1.12 phpdoc/dsssl/html-common.dsl:1.13
--- phpdoc/dsssl/html-common.dsl:1.12 Thu Jun 19 11:56:31 2003
+++ phpdoc/dsssl/html-common.dsl Fri Jan 2 14:00:10 2004
@@ -1,6 +1,6 @@
;; -*- Scheme -*-
;;
-;; $Id: html-common.dsl,v 1.12 2003/06/19 15:56:31 hholzgra Exp $
+;; $Id: html-common.dsl,v 1.13 2004/01/02 19:00:10 hholzgra Exp $
;;
;; Returns the depth of the auto-generated TOC (table of
@@ -113,15 +113,6 @@
)
-;; How to print out void in a funcprototype
-(element (funcprototype void)
- (make sequence ( literal " (void)" )))
-
-;; How to print out varargs in a funcprototype
-(element (funcprototype varargs)
- (make sequence ( literal " (...)" )))
-
-
;; Linking types to the correct place
(element type
(let*
@@ -149,7 +140,6 @@
)
)
-;; Linking of function tags
(element function
(let* ((function-name (data (current-node)))
(linkend
Index: phpdoc/dsssl/print.dsl.in
diff -u phpdoc/dsssl/print.dsl.in:1.4 phpdoc/dsssl/print.dsl.in:1.5
--- phpdoc/dsssl/print.dsl.in:1.4 Thu Jun 19 11:56:31 2003
+++ phpdoc/dsssl/print.dsl.in Fri Jan 2 14:00:11 2004
@@ -7,7 +7,7 @@
<!--
- $Id: print.dsl.in,v 1.4 2003/06/19 15:56:31 hholzgra Exp $
+ $Id: print.dsl.in,v 1.5 2004/01/02 19:00:11 hholzgra Exp $
This file contains printout-specific stylesheet customization.
@@ -266,12 +266,6 @@
)
)
-(element (funcprototype void)
- (make sequence ( literal " ()" )))
-
- (element (funcprototype varargs)
- (make sequence ( literal " (...)" )))
-
(element function
(let* ((function-name (data (current-node)))
(linkend