Ecosyste.ms: Awesome
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: about 2 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T02:01:28.000Z (about 2 years ago)
- Last Synced: 2024-03-22T04:38:35.185Z (10 months 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 PHPExample documentation around actual function
/**
* @method name
* @params
*/
public static function test(string $str, ...)
{}Output:
Documentation for Class
* @method name
* @paramspublic static function test(string $str, ...)