Page 8 : 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
Tool support: Doxygen
Doxygen is a third part interface documentation tool written by Dimitri van Heesch, originally developed for C++, C, and Java
Doxygen
A documentation tool - for multiple programming languages
Can produce HTML documentation directly from the C# source
Can also produce documentation in other representations
The intermediate XML documentation - made by the C# compiler - is not used
Can be controlled from a GUI front end:
Doxywizard
www.doxygen.org
Install Doxygen
Give Doxygen a Try