Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dotpipe/doxed

Doxed from WisePHP - Documentation Tool for PHP
https://github.com/dotpipe/doxed

Last synced: about 2 months ago
JSON representation

Doxed from WisePHP - Documentation Tool for PHP

Awesome Lists containing this project

README

        

# Doxed
Doxed from WisePHP - Documentation Tool for PHP

Example documentation around actual function

/**
* @method name
* @params

*/

public static function test(string $str, ...)
{}

Output:
Documentation for Class
* @method name
* @params

public static function test(string $str, ...)