Where to put code documentation?
- by Patrick
I am currently using two systems to write code documentation (am using C++):
Documentation about methods and class members are added next to the code, using the Doxygen format. On a server Doxygen is run on the sources so the output can be seen in a web browser
Overview pages (describing a set of classes, the structure of the application,…