VB.NET does not provide a way to insert XML comments yet (VS 2005 will
provide it), so you need a 3rd party tool. Some of thems are:
- VBCommenter (
http://www.gotdotnet.com/team/ide/), free.
- My own add-in (below) can also add headers to the code, generate XML/HTML
documentation and much more.
--
Carlos J. Quintero
MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
"nieurig" <(E-Mail Removed)> escribió en el mensaje
news:BA19F52C-20E9-4951-971B-(E-Mail Removed)...
> Hello folks,
> i change from C#.net to vb.net for a project and can't found a answer to
> this:
>
> How to write Comments like
> /// <summary>
> ///
> /// </summary>
> using VB.NET. I just found the ' Char to write Comments.
>
> Is there any possibility to use the Tool for creating
> a HTML-Documentation together with VB.NET Code?
>
> Thanks in advance for any help.
> Niels
>
>