Heim >Backend-Entwicklung >PHP-Tutorial >帮助文档 - 请问如何正确使用phpdoc生成开发文档?

帮助文档 - 请问如何正确使用phpdoc生成开发文档?

WBOY
WBOYOriginal
2016-06-06 20:47:441143Durchsuche

我想通过phpdoc生成文档,但是我发现两个问题

问题1:

网上普遍说参数 -o 选择生成的文档类型

<code>phpdoc -o HTML:frames:earthli -f test.php -t docs
</code>

但是执行后却提示不支持参数o

<code>  [RuntimeException]               
  The "-o" option does not exist. 
</code>

问题2:

于是我去掉了参数o

<code>phpdoc -f test.php -t docs
</code>

但是结果生成的文件全部都是.dat

请问如何正确使用phpdoc生成文档呢?

回复内容:

我想通过phpdoc生成文档,但是我发现两个问题

问题1:

网上普遍说参数 -o 选择生成的文档类型

<code>phpdoc -o HTML:frames:earthli -f test.php -t docs
</code>

但是执行后却提示不支持参数o

<code>  [RuntimeException]               
  The "-o" option does not exist. 
</code>

问题2:

于是我去掉了参数o

<code>phpdoc -f test.php -t docs
</code>

但是结果生成的文件全部都是.dat

请问如何正确使用phpdoc生成文档呢?

网上普遍说参数 -o 选择生成的文档类型

这是针对旧版的。现在已经过时了。

现在phpdoc用模板改变输出格式。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn