Documentation of Object-oriented Programs
- slide 8 : 13
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