Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有使用 phpDocumentor 2 快速输出可打印文档的方法?
选项 -o 不起作用...
一种可能的方法是创建一个自定义模板(基于 XSLT 或 Twig),将已编译的类信息转换为可打印的 HTML。查看PHPDocumentor 2 存储库中的现有模板,了解模板的外观。您可以删除许多不需要的导航内容。