[PHP-DOC] cvs: phpdoc / make_chm.php From: Hojtsy Gabor (goba <email protected>)
Date: 09/08/01

goba Sat Sep 8 11:17:26 2001 EDT

  Modified files:
    /phpdoc make_chm.php
  Log:
  Enhancements in code, so many errors corrected in the generated TOC
  
   - Using a brand new PREG mechanism instead of the old for loop,
     so we can find the things quciker, and better
  
      This made to show up the __sleep and __wakeup section and the NULL
      type in the TOC sidebar (they were in the doc, just not listed
      in the TOC bar)
  
      Found out a bugus id, of the :: operator in OOP.xml. Jeroen
      will correct this IMHO, as he named this, and it need much
      attention to correct it in all languages and in the online
      mysql of notes database also. Now :: also shows up. :)
   
   - Lowercasing all HTML tags, and several WS modifications, so
     the generated .hhk and .hhc files are more easier to read
  
      Be careful, as the HTML Help workshop is sensitive for the
      space between tags, it seems. The current setup seems ok
      to me, it compiles, and generates the CHM.
  
  -- Goba