philip Thu Feb 20 03:49:33 2003 EDT
Modified files:
/phpdoc/dsssl html-common.dsl
Log:
Make <type>bool</type> link like <type>boolean</type> does.
Index: phpdoc/dsssl/html-common.dsl
diff -u phpdoc/dsssl/html-common.dsl:1.9 phpdoc/dsssl/html-common.dsl:1.10
--- phpdoc/dsssl/html-common.dsl:1.9 Thu Sep 19 03:46:57 2002
+++ phpdoc/dsssl/html-common.dsl Thu Feb 20 03:49:32 2003
@@ -1,6 +1,6 @@
;; -*- Scheme -*-
;;
-;; $Id: html-common.dsl,v 1.9 2002/09/19 07:46:57 hholzgra Exp $
+;; $Id: html-common.dsl,v 1.10 2003/02/20 08:49:32 philip Exp $
;;
;; Returns the depth of the auto-generated TOC (table of
@@ -162,6 +162,7 @@
(let*
((orig-name (data (current-node)))
(type-name (cond
+ ((equal-ci? orig-name "bool") "boolean")
((equal-ci? orig-name "double") "float")
((equal-ci? orig-name "int") "integer")
(else orig-name))
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php