-
Notifications
You must be signed in to change notification settings - Fork 56
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
Use phpDocumentor #29
Comments
I prefer http://www.apigen.org/. |
Looks great. |
myself i use an IDE to develop, so i never look at generated docs. but if somebody wants to set apigen / phpdocumentor up on the website, i have nothing against. i do appreciate good phpdoc on our code, so it can't hurt. |
@mekras how does phpdoc/apigen behave with symfony-like file headers. Actually I decided to remove them as I saw no real added value. |
apigen is very tolerant to headers. phpdoc requires both (starting with "/**"), and requires at least summary in each header. |
I usually try to write PHPDoc comments following the phpDocumentor rules, because they are well described and more strict. So these comments can be used by various tools, not only by phpdoc/apigen (e. g. IDEs). |
Do we want to use phpDocumentor?
@mekras raised the idea.
Honestly, I am not sure it is even possible given that the project is separated into several repos, but would be nice to have.
The text was updated successfully, but these errors were encountered: