How do I create an automatic code documentation for a PHP project?
问题 I have a big project, that uses CakePHP. Now I would like to create a documentation for other new co-workers. An idea was to use the existing PHPdoc comments and other comments inside the code to create an automatic documentation for a start. How can I manage such a big project and How would I create a browsable HTML-Documentation? How can I automatically add missing comments ? (I use Eclipse for coding, but if it is easier in another editor I wouldn't mind.) There are many functions declared