VB.Net code doc

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
 
H

Herfried K. Wagner [MVP]

* "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.
 
G

Guest

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
 
H

Herfried K. Wagner [MVP]

* 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...

;-)
 

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