Do You PHP はてブロ

Do You PHPはてなからはてブロに移動しました

PhpDocumentor1.3.0正式版リリース

もはやデファクトとなったPHPドキュメント生成ツールです。最初のRCから約2年半、ようやく1.3.0正式版がリリースです。


Features added to this release include:


  • Full PHP 5 support, phpDocumentor both runs in and parses Zend Engine 2 language constructs. Internal classes are recognized and inheritance is documented. Note that you must be running phpDocumentor in PHP 5 in order to parse PHP 5 code

  • XML:DocBook/peardoc2:default converter now beautifies the source using PEAR's XML_Beautifier if available

  • inline {@example} tag - this works just like {@source} except that it displays the contents of another file. In tutorials, it works like <programlisting>

  • customizable README/INSTALL/CHANGELOG files

  • phpDocumentor tries to run .ini files out of the current directory first, to allow you to put them anywhere you want to

  • multi-national characters are now allowed in package/subpackage names

  • images in tutorials with the <graphic> tag

  • un-modified output with <programlisting role="html">

  • html/xml source highlighting with <programlisting role="tutorial">


  • From both Windows and Unix, both the command-line version of phpDocumentor and the web interface will work out of the box by using command phpdoc - guaranteed :)