Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Automatic comments generator

Automatic comments generator

Scheduled Pinned Locked Moved C#
csharpasp-nethelptutorial
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    TheDen
    wrote on last edited by
    #1

    Hi, i faced such a problem. I have a web site (ASP.NET C# built with code-behind approach) with a number (more than 300) web-controls. Now i have to document all of this mass. Is there any tool that will do following (just for example) In the very beginning of the file puts: ///... before every single class: // This is class CLASSNAME and it does blah-blah.... Before each mehtod /// This is method MethodName thad does blahblah //it has params ParamName Thanks for advice.

    T 1 Reply Last reply
    0
    • T TheDen

      Hi, i faced such a problem. I have a web site (ASP.NET C# built with code-behind approach) with a number (more than 300) web-controls. Now i have to document all of this mass. Is there any tool that will do following (just for example) In the very beginning of the file puts: ///... before every single class: // This is class CLASSNAME and it does blah-blah.... Before each mehtod /// This is method MethodName thad does blahblah //it has params ParamName Thanks for advice.

      T Offline
      T Offline
      tarasn
      wrote on last edited by
      #2

      Check out GhostDoc http://www.roland-weigelt.de/ghostdoc/[^] .GhostDoc is a free add-in for Visual Studio that automatically generates XML documentation comments. Either by using existing documentation inherited from base classes or implemented interfaces, or by deducing comments from name and type of e.g. methods, properties or parameters. DevIntelligence.com - My blog for .Net Developers

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups