是否有人使用过,它允许您将PHP转换为HTML到Redmine格式?如果有的话,是否有人有一些建议或替代方案?我看上去挺酷的。
http://forum.kohanaframework.org/discussion/3096/documentor-php-html-redmine-class-documentation-tool/p1
http://dev.kohanaframework.org/projects/documentor/wiki/
实际文档链接:
http://www.keyframesandcode.com/resources/php/redmine/documentor/
发布于 2012-01-09 19:39:18
这在某种程度上是好的。但是它混淆了一些事情,也忽略了一些注释,比如@returns、@link。
发布于 2012-01-06 14:30:37
这似乎是个很酷的主意,但我只是尝试了一下,发现它把评论混为一谈,把事情搞得一团糟。例如,我在这里尝试了示例代码:
http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_sample2.pkg.html
https://stackoverflow.com/questions/8736876
复制相似问题