Lecture overview -- Keyboard shortcut: 'u'  Previous page: Tool support: The C# Compiler -- Keyboard shortcut: 'p'  Next page: Tool support: Other possibilities -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Help page about these notes  Alphabetic index  Course home  Page 8 : 13
Object-oriented Programming in C#
Documentation of Object-oriented Programs
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

Go to exerciseInstall Doxygen
Go to exerciseGive Doxygen a Try