vrana           Thu Apr  7 08:21:49 2005 EDT

  Modified files:              
    /phpdoc/dsssl       html-common.dsl 
  Log:
  Aliases version info (bug #24157)
  # Side effects detected in function.main, function.die, pcre.pattern.* - will 
be fixed
  
http://cvs.php.net/diff.php/phpdoc/dsssl/html-common.dsl?r1=1.15&r2=1.16&ty=u
Index: phpdoc/dsssl/html-common.dsl
diff -u phpdoc/dsssl/html-common.dsl:1.15 phpdoc/dsssl/html-common.dsl:1.16
--- phpdoc/dsssl/html-common.dsl:1.15   Thu Jun  3 09:06:55 2004
+++ phpdoc/dsssl/html-common.dsl        Thu Apr  7 08:21:49 2005
@@ -1,6 +1,6 @@
 ;; -*- Scheme -*-
 ;;
-;; $Id: html-common.dsl,v 1.15 2004/06/03 13:06:55 didou Exp $
+;; $Id: html-common.dsl,v 1.16 2005/04/07 12:21:49 vrana Exp $
 ;;
 
 ;; Returns the depth of the auto-generated TOC (table of
@@ -303,18 +303,11 @@
 ;; Put version info where the refname part in the refnamediv is
 (element (refnamediv refname)
   (make sequence
-   (if (node-list-empty? 
-     (select-elements (children
-       (select-elements (children (parent (parent (current-node)))) (normalize 
"refsect1"))
-      ) (normalize "methodsynopsis"))
-    )
-    (empty-sosofo)
     (make element gi: "P"
       (literal "    (")
       (version-info (current-node))
       (literal ")")
       )
-    )
     (process-children)
     )
   )

Reply via email to