Is there any replacement for PHPDocumentor that supports PHP 5.3?

后端 未结 5 993
心在旅途
心在旅途 2021-02-01 19:12

Some of the new PHP 5.3 features, including namespaces and anonymous functions, are not compatible with PHPDocumentor, even with the latest release. For example, it just raises

相关标签:
5条回答
  • 2021-02-01 19:23

    YUI Doc is language agnostic. It could be used. Here's a video describing its use: http://developer.yahoo.com/yui/theater/video.php?v=woods-yuiconf2009-yuidoc

    0 讨论(0)
  • 2021-02-01 19:38

    You could try DocBlox; which is intended to be an alternative for phpDocumentor but with support for additional features of which full PHP 5.3 support is one. An additional benefit is that is it quite fast and uses relatively little memory.

    You can read more on http://www.docblox-project.org or see a demo at http://demo.docblox-project.org/default

    0 讨论(0)
  • 2021-02-01 19:39

    Check ApiGen API documentation generator with PHP 5.3 support

    0 讨论(0)
  • 2021-02-01 19:40

    This was already mentioned in a comment by @mvriel, but I'll make it an answer: phpDocumentor's successor is phpDocumentor 2. From its website:

    phpDocumentor 2 is build to generate API documentation for all features available in PHP 5.3 and higher.

    phpDocumentor 2 is the result of the merge between phpDocumentor and DocBlox. From the merge announcement in DocBlox's website:

    Announcing phpDocumentor 2 – the merging of the old (phpDocumentor) and the new (DocBlox).

    ...

    Old phpDocumentor is retiring. Some bugfix effort may continue into bringing phpDocumentor 1.x to a close, but most effort going forward will be spent on 2.x.

    It's still in alpha stage (as of 2013-04-01), but usable.

    0 讨论(0)
  • 2021-02-01 19:43

    Well, I've found PHPDoctor, which works pretty well with PHP 5.3. Although, I'd be still interested if anyone found something better, so I'm not closing the question.

    0 讨论(0)
提交回复
热议问题