jdorn / php-reports

A PHP framework for displaying reports from any data source, including SQL and MongoDB
http://jdorn.github.com/php-reports
GNU Lesser General Public License v3.0
478 stars 234 forks source link

Php Reports: DocBlock annotations in place of comments #119

Open pajooh opened 10 years ago

pajooh commented 10 years ago

bacause

uded commented 10 years ago

I was already thinking about it, but as a standalone app it makes a limited use case. For the future, as most IDEs supports that anyway, it would make sense to use PHPDoc, but I don't see the point of rewriting every comment at this point as a separate effort. I believe we should do it as a possible refactoring effort.