Page 9 : 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: Other possibilities
NDoc
Documentation tool that collects documentation from assemblies and XML documentation file
Specific to .NET
Not actively developed since 2005
Does not support C# 2.0
Sandcastle
Generates MSDN style documentation
Based on assemblies (reflection) and the XML documentation file
Used internally by Microsoft to generate the .NET library documentation
Still difficult to install and use!!!
Visual Studio, regular or express
The documentation provided in documentation comments can be used by Intellisense