Function Comments

This is easily done in C# through [mshelp=ms-help://MS.MSDNQTR.2003FEB.1033/csref/html/vcwlkxmldocumentationtutorial.htm]XML documentation[/mshelp].

In VB.NET its a bit more involved, but I believe there is a tool on
MSDN you can download to add these comments to compiled
VB.NET assemblies.
 
ahh now I understand. I always wondered why so many people valued the C# xml documentation so much, i jsut assumed it was only to produce a document of comments, something I didnt think was that useful.

No matter though, I was merely trying to polish a web service a little...
 
What tool

can you get to do that in VB? or is there a way to do it through code (there should be, but things that should be arnt allways in microsoft programs)
 
This is not the tool that Microsoft released, and it seems that MS
no longer has that tool available on MSDN, for all links to it
prove to be 404s. This GotDotNet VS plugin, VBCommenter, does
what youre looking for, I believe.
 
Back
Top