答案 0 :(得分:1)
有phpDocumentor。它解析像sphinx这样的文档字符串的代码,可以输出html,pdf ...许多项目 - 如果不是全部 - 使用phpDocumentor作为文档。
教程:http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_phpDocumentor.pkg.html
答案 1 :(得分:1)
除了已经提到的PHPDocumentor之外,还有我刚开始使用的DocBlox。