PhpDocumentor-1.3.0RC4

ChangeLog には

PHP 5 support and more, fix bugs

とあるけど、先日のエントリ でも書いた問題は解決してないようなので、即席パッチふたたび。修正個所は減ってます。

 --- Converter.inc.orig	2005-11-29 18:07:19.000000000 +0900
 +++ Converter.inc	2005-11-29 18:17:30.000000000 +0900
 @@ -3710,7 +3710,8 @@
              } else $class = false;
          } while ($class);
          // no links found
 -        return false;
 +        $class = false;
 +        return $class;
      }
  
      /**
 @@ -3808,7 +3809,8 @@
              } else $class = false;
          } while ($class);
          // no links found
 -        return false;
 +        $class = false;
 +        return $class;
      }
  
      /**