i am working on some modules,actually change them. but i don't know how i should document changes in a way that be clear and usefull for future changes. would someone help me on this issue? thanks.
+2
A:
If your project is written in one of the languages Doxygen supports, I strongly recommend using that to document your code.
By using Doxygen comments in your source code, you can easily generate documentation in a number of formats by running one command.
George Edison
2010-05-18 04:14:50
thanks.i use php.i will try your suggestion.
hd
2010-05-18 04:20:47
Great! PHP is one of the languages supported by Doxygen.
George Edison
2010-05-18 04:48:31