PhpDocumentor:如何选择模板



最近我遇到了PhpDocumentor。它看起来是一个很好的文档工具。我想使用' responsivetwig '作为phpDocumentor自带的模板。我试着,

  • ——template=" responsivetwig "在phpdoc命令行中,它显示" ERROR: Unknown command- option "——template"遇到,使用phpdoc -h寻求帮助"

  • 将/usr/share/php/phpdocumentor/data/phpdoc.tpl.xml中'template'标签的'name'属性更改为'responsive-twig',默认为'clean'

  • 将/usr/share/php/phpdocumentor/phpdoc.dist.xml中'template'标签的'name'属性更改为'responsive-twig'

但是我不能更改默认模板。

我已经通过PEAR安装了phpDocumentor。我有三个phpDocumentor目录。一个在/var/www,另外两个('phpDocumentor'和'phpDocumentor')在/usr/share/php。

在/usr/share/php/phpdocumentor/data/templates下有一个'responsive-twig'文件夹。

请帮忙!

供参考,按以下步骤执行:

yum install graphviz
pear install Image_GraphViz
rm -rf /tmp/phpdoc-twig-cache
phpdoc -d ./joomla-cms/libraries -t ./joomla-doc --template=responsive-twig

使用最新的phpDocumentor 2.8.1版本
可以帮助!

相关内容

  • 没有找到相关文章

最新更新