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
- Host: GitHub
- URL: https://github.com/dotpipe/doxed
- Owner: dotpipe
- Created: 2022-12-23T00:39:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T02:01:28.000Z (over 3 years ago)
- Last Synced: 2025-01-20T17:27:39.885Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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, ...)