views:

20

answers:

1

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
thanks.i use php.i will try your suggestion.
hd
Great! PHP is one of the languages supported by Doxygen.
George Edison