Page 7 : 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: The C# Compiler
The
/doc:
option of the C# compiler and the generated XML file.
The C# Compiler
Via use of the
/doc:
compiler option an XML file can be produced
The XML file is not useful for direct presentation
The XML format does not contain full type information
Transformation of XML documentation to HTML
Via use of an XSLT stylesheet - made by Anders Hejlsberg
A stylesheet is provided with the book
C# to the Point
Primitive and obsolete!