[PHP-DOC] cvs: phpdoc /dsssl html-common.dsl From: Philip Olson (philip <email protected>)
Date: 02/20/03

philip Thu Feb 20 04:28:02 2003 EDT

  Modified files:
    /phpdoc/dsssl html-common.dsl
  Log:
  Make <type>NULL</type> link to type NULL
  
  
Index: phpdoc/dsssl/html-common.dsl
diff -u phpdoc/dsssl/html-common.dsl:1.10 phpdoc/dsssl/html-common.dsl:1.11
--- phpdoc/dsssl/html-common.dsl:1.10 Thu Feb 20 03:49:32 2003
+++ phpdoc/dsssl/html-common.dsl Thu Feb 20 04:28:02 2003
@@ -1,6 +1,6 @@
 ;; -*- Scheme -*-
 ;;
-;; $Id: html-common.dsl,v 1.10 2003/02/20 08:49:32 philip Exp $
+;; $Id: html-common.dsl,v 1.11 2003/02/20 09:28:02 philip Exp $
 ;;
 
 ;; Returns the depth of the auto-generated TOC (table of
@@ -165,6 +165,7 @@
         ((equal-ci? orig-name "bool") "boolean")
         ((equal-ci? orig-name "double") "float")
         ((equal-ci? orig-name "int") "integer")
+ ((equal-ci? orig-name "NULL") "null")
         (else orig-name))
       )
       (linkend (string-append "language.types." type-name))

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php