PHP Documentor - 创建或修改模板
我是第一次使用 PHP Documentor。
我需要知道如何更改解析器生成的 html,以便我可以将此文档集成到我公司的框架中。
有人这样做过吗?
谢谢
i am using PHP Documentor for the first time.
I need to know how i can change the html generated by the parser in a way that i can integrate this documentation within my company's framework.
Has anyone ever did this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议您查看 DocBlox 。它是 PHPDocumentor 的现代版本,支持 PHP 5.3 功能。速度更快,内存效率更高。
构建您自己的模板很容易 - 请参阅文档。
I would recommend to check out DocBlox instead. It is a modern version of PHPDocumentor with support for PHP 5.3 features. Much faster and more memory efficient.
Building your own template is easy -- see docs.
根据 PHP Documentor 功能列表,可以以以下格式提供输出:HTML、PDF (直接),CHM(带有Windows帮助编译器),XML DocBook。
此外,所有输出都可以使用 Smarty 模板进行自定义。
请参阅文档了解具体说明。
According to the PHP Documentor feature list, output can be supplied in the following formats: HTML, PDF (directly), CHM (with windows help compiler), XML DocBook.
Additionally, all output can be customized with Smarty templates.
Please see the documentation for specific instructions.