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

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

WBOY
WBOYOriginal
2016-06-06 20:47:441142browse

我想通过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用模板改变输出格式。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn