VB.Net code doc

  • Thread starter Thread starter feng
  • Start date Start date
F

feng

I am looking for some tools that I can use to convert our
comments in VB.Net code into html pages. I know this is
available from C#, but what about VB?

Please help!

Thanks
 
* "feng said:
I am looking for some tools that I can use to convert our
comments in VB.Net code into html pages. I know this is
available from C#, but what about VB?

For VB.NET 2002/2003:

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/>

<http://www.gotdotnet.com/Community/Workspaces/Workspace.aspx?id=112b5449-f702-46e2-87fa-86bdf39a17dd>

XML comments will be introduced to VB.NET in version 2004.
 
Herfried,

Thank you so much for your answer.
The VB Commenter looks interesting to me except that it is
port of PowerToy for VS.Net 2003 package. We are still
running VS.Net 2002. Does it also support VS.Net 2002?

Thanks
 
* said:
Thank you so much for your answer.
The VB Commenter looks interesting to me except that it is
port of PowerToy for VS.Net 2003 package. We are still
running VS.Net 2002. Does it also support VS.Net 2002?

Test it and let us know...

;-)
 
Back
Top