-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
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
phpdox generates HTML documentation without method descriptions #87
Comments
No description about param... |
This is clearly a problem in the (reworked) templates. |
Thanks for the quick answer. Looking forward for this fix! |
Hello. Have you found some time to take a look on this issue this weekend, Arne? |
Merged
fxstein
pushed a commit
to fxstein/phpdox
that referenced
this issue
Sep 5, 2015
…rts of method docblock: param, return, throws
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi.
This is the result of PHPDox generating of documentation:
But I could not find a description of parameters, return etc... Here is like it written in code:
/**
* Retrieve network usage ...
*
* @param string $cloudStackSetup
* @param date $fromDate start date
* @param date $toDate end date
*
* @return Array
* @todo refactor returned data - it is not HTML
* @secure(roles="ROLE")
*/
The text was updated successfully, but these errors were encountered: