[PHP-DOC] cvs: phpdoc / howto.dsl.in From: Hojtsy Gabor (goba <email protected>)
Date: 09/14/01

goba Fri Sep 14 11:16:27 2001 EDT

  Modified files:
    /phpdoc howto.dsl.in
  Log:
  Uncomment the section generating the warning. Altough the html files
  are produces, and they look much better (IMHO) with a toc
  depth of 2. But Egon would not like to see any warnings... Let it be.
  
  
Index: phpdoc/howto.dsl.in
diff -u phpdoc/howto.dsl.in:1.4 phpdoc/howto.dsl.in:1.5
--- phpdoc/howto.dsl.in:1.4 Sat Sep 8 14:00:51 2001
+++ phpdoc/howto.dsl.in Fri Sep 14 11:16:26 2001
@@ -8,7 +8,7 @@
 
 <!--
 
- $Id: howto.dsl.in,v 1.4 2001/09/08 18:00:51 goba Exp $
+ $Id: howto.dsl.in,v 1.5 2001/09/14 15:16:26 goba Exp $
 
   HTML-specific stylesheet customization for the PHPDOC howto.
 
@@ -25,8 +25,9 @@
   ;; Should a Table of Contents be produced for Articles?
   #t)
 
-(define (toc-depth nd)
- 2)
+;; Uncommented, because generates a warning
+;;(define (toc-depth nd)
+;; 2)
 
 (define %section-autolabel%
   ;; Are sections enumerated?