Comments for dokumentation (VB.NET)

G

Guest

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
 
C

Carlos J. Quintero [.NET MVP]

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
 
G

Guest

Hello Carlos,
thanks for your reply.

I fear something like this.
I hoped that features like this were availible at all .NET languages.
What a blame for Microsoft :-(

Thanks to you.
Niels
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top