generating Documentation for C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ganesh22
    Banned
    New Member
    • Sep 2007
    • 81

    #1

    generating Documentation for C#

    Hi..
    We did a project on ASP.NET using C# ,Now I want to write documentation on the project so
    is there any one for generating Documentation!! Can U help!
  • Shashi Sadasivan
    Recognized Expert Top Contributor
    • Aug 2007
    • 1435

    #2
    I Wish there was...
    But im talking in a different context (The one which addresses requirements, functionality and reports)

    However you should be talking about documentation for the code...
    If you answered yes to that, then you are in a good situation because we have NDoc (I have used the documentation from Sharp Develop), However You should also look at Sandcastle (MS Product, and free plugin into Visual studio)
    However these will only generate a document (Which is wonderfully msdn style) based on the xml commenting, So the question is - Have you commented yor code enouf from a documentation perspective (in xml tags)

    cheers

    Comment

    Working...