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, ...)