Documentation

  • Thread starter Thread starter jose
  • Start date Start date
J

jose

Being a C# coder I just found out that VB.NET does not
support the XML style documentation as C# does (e.g.
<summary> This methods does this </summary>)

Is there a good standard for this in VB.NET or a good
freebe tool you can recommend?
 
Hello,

jose said:
Being a C# coder I just found out that VB.NET does not
support the XML style documentation as C# does (e.g.
<summary> This methods does this </summary>)

Is there a good standard for this in VB.NET or a good
freebe tool you can recommend?

My XML Comments FAQ:

VB Commenter
http://www.gotdotnet.com/team/ide/
-> section "VB Commenter"

XML Documentation
http://www.gotdotnet.com/team/vb/
-> section "XML Documentation"

VBXC - VB.NET XML Commentor
http://vbxmldoc.tor-erik.net/index.shtml

NDOC (formerly DOC.NET)
http://ndoc.sourceforge.net/

VB.DOC
http://vb-doc.sourceforge.net/
 
Hi Jose,

Would you believe - this was explored in the topic: Tooltips in VB.Net at
Designtime only this morning.

Regards,
Fergus
 
NetCommander available at www.hhisoftware.com can do it for you. I think
they are updating some of the features and do for a new build. Not a free
product but definitely worth the price.
 
Is the VBCommenter really part of VisualStudio 2003?

I would only be abl to use (Company policy) it if this is
part of the framework or MS tools set...

BTY: How do I find Toolstips in VB.Net do you have a link
to this?
 
Back
Top