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

https://github.com/dotpipe/doxed

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

Last synced: 6 days 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, ...)