We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Today I decided to give phpdocs a try with PHRETS.
I added
"phpdocumentor/phpdocumentor": "2.*"
to composer.json
I then ran composer install
composer install
and then ran this command:
C:\code\PHRETS\vendor\bin\phpdoc -d C:/code/PHRETS -t C:/code/PHRETS/docs
You then can learn more about the code via the browser.
It probably needs a bit of tweaking, I noticed that modal popups of the code were empty.
I just wanted to share this in case someone else could benefit.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Today I decided to give phpdocs a try with PHRETS.
I added
"phpdocumentor/phpdocumentor": "2.*"
to composer.json
I then ran
composer install
and then ran this command:
C:\code\PHRETS\vendor\bin\phpdoc -d C:/code/PHRETS -t C:/code/PHRETS/docs
You then can learn more about the code via the browser.
It probably needs a bit of tweaking, I noticed that modal popups of the code were empty.
I just wanted to share this in case someone else could benefit.
The text was updated successfully, but these errors were encountered: