命令“phpdoc”整个目录?

发布于 2024-11-18 05:05:04 字数 293 浏览 3 评论 0原文

为整个项目生成 phpdoc 的命令行是什么?

目录结构

/Users/macuser/Sites/my-project/
    index.php
    config.php
    includes/
        class/
            test.class.php
        include-a.php
    docs-go-in-here/

我已经安装了 PEAR phpdoc 并且能够为单个 php 文件创建文档,但我不知道如何创建整个目录。

What would the command line be to generate phpdoc for an entire project?

Directory Structure

/Users/macuser/Sites/my-project/
    index.php
    config.php
    includes/
        class/
            test.class.php
        include-a.php
    docs-go-in-here/

I have installed PEAR phpdoc and am able to create documentation for a single php file, I cannot find out how to do an entire directory.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

心碎的声音 2024-11-25 05:05:04

phpdoc -h 是你的朋友:

  -d    --directory               name of a directory(s) to parse
                                  directory1,directory2

phpdoc -h is your friend:

  -d    --directory               name of a directory(s) to parse
                                  directory1,directory2
晨光如昨 2024-11-25 05:05:04

我建议考虑使用 doxygen 而不是 phpdoc,这是一个死项目。看看这个 - http://www.doxygen.nl/

I'd suggest considering using doxygen instead of phpdoc, which is a dead project. Check this out - http://www.doxygen.nl/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文