Page 3 : 13
Object-oriented Programming in C#
Documentation of Object-oriented Programs
* Documentation of Object-oriented Programs
Program Documentation
Program Documentation - When and Where?
Documentation of C# Programs
A documentation example in C#
The XML Documentation Language for C#
Tool support: The C# Compiler
Tool support: Doxygen
Tool support: Other possibilities
Another documentation example in C#
Conclusion - Documentation of C# Programs
* Project Recommendations
Documentation Recommendations
Program Documentation - When and Where?
Temporal
:
When is the documentation written?
The documentation is written before the program
The documentation is written together with the program
The documentation is written after the program is completed
Spatial
:
How is the documentation organized relative to the program structure
The documentation is written in documents separate from the program
The documentation and program are written and organized together
The documentation resides inside the program
The program resides inside the documentation