PHP-Markdown-Documentation-Generator:一次编写文档,只有一次!

时间:2024-06-15 15:29:10
【文件属性】:

文件名称:PHP-Markdown-Documentation-Generator:一次编写文档,只有一次!

文件大小:32KB

文件格式:ZIP

更新时间:2024-06-15 15:29:10

PHP

PHP-Markdown-Documentation-Generator 文档与它所引用的代码一样重要。 使用此命令行工具,您将只能编写一次文档,而且只能编写一次! 该项目将基于源代码中的DocBlock注释编写单页markdown格式的API文档。 例子 假设您将PHP类放在名为“ src”的目录中。 每个类都有自己的文件,该文件以该类命名。 - src/ - MyObject.php - OtherObject.php 按照设置的标准编写代码文档。 namespace Acme ; /** * This is a description of this class */ class MyObject { /** * This is a function description * @param string $str * @


【文件预览】:
PHP-Markdown-Documentation-Generator-master
----docs.md(46KB)
----src()
--------PHPDocsMD()
----bin()
--------phpdoc-md(363B)
----.travis.yml(128B)
----LICENSE(1KB)
----composer.json(658B)
----README.md(4KB)
----phpunit.xml(183B)
----test()
--------MDTableGeneratorTest.php(4KB)
--------ExampleClass.php(2KB)
--------UseInspectorTest.php(822B)
--------ReflectorTest.php(9KB)

网友评论