self documenting code?
Posted: Fri Jan 12, 2007 2:20 pm
I remember I used to use something called JavaDoc. I used comments to automate documentation of your code. Is there anything like this for php?
Thanks
Dan
Thanks
Dan
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Writing good documentation is essential to the success of any software project. The quality of documentation can be even more important than the quality of the code itself, as a good first impression will prompt developers to look further into your code. phpDocumentor is designed to make it easier to create documentation. phpDocumentor even makes it possible to generate separate sets of documentation from the same source!