Re: Ideas on commenting code ..
From: Bob Powell [MVP] (bob_at__spamkiller_bobpowell.net)
Date: 10/23/04
- Next message: Bob Powell [MVP]: "Re: AutoScrollBar width..."
- Previous message: Rakesh Rajan: "Re: Ideas on commenting code .."
- In reply to: Anders Borum: "Ideas on commenting code .."
- Next in thread: Anders Borum: "Re: Ideas on commenting code .."
- Reply: Anders Borum: "Re: Ideas on commenting code .."
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 23 Oct 2004 12:05:33 +0200
I recently wrote a snippet in my blog that deals with this. There is a C#
example available which illustrates the styles I use. I have been creating
developer tools that provide source code for over eight years now so I'm
used to having people looking at my stuff.
I use NDoc to take the generated XML and format it into an MSDN style help
file. I find this method very effective.
http://bobpowelldotnet.blogspot.com/
-- Bob Powell [MVP] Visual C#, System.Drawing Answer those GDI+ questions with the GDI+ FAQ http://www.bobpowell.net/gdiplus_faq.htm The GDI+ FAQ RSS feed: http://www.bobpowell.net/faqfeed.xml Windows Forms Tips and Tricks RSS: http://www.bobpowell.net/tipstricks.xml Bob's Blog: http://bobpowelldotnet.blogspot.com/atom.xml "Anders Borum" <a@b.dk> wrote in message news:e$gZP6HuEHA.2596@TK2MSFTNGP15.phx.gbl... > Hello! > > I was wondering if there are any guidelines to documenting our C# code? > > I'm not talking about the actual syntax for the Xml markup we add to the > classes, methods etc., but general guidelines for how the text should be > presented (aside from looking at the .NET framework obviously)? > > -- > venlig hilsen / with regards > anders borum > -- > >
- Next message: Bob Powell [MVP]: "Re: AutoScrollBar width..."
- Previous message: Rakesh Rajan: "Re: Ideas on commenting code .."
- In reply to: Anders Borum: "Ideas on commenting code .."
- Next in thread: Anders Borum: "Re: Ideas on commenting code .."
- Reply: Anders Borum: "Re: Ideas on commenting code .."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|