VB.net and Self Documentation Like C#

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Does anyone know why MS didn't give VB.net the same self
documenting capabilities as C# ( ///) ? It seems like a
pretty big oversight. I also program in Java and I sure
do miss that feature. Are there any plans to include it
in the future?
 
* "Mike said:
Does anyone know why MS didn't give VB.net the same self
documenting capabilities as C# ( ///) ? It seems like a

It will be included in the next release (Whidbey, 2004).
pretty big oversight. I also program in Java and I sure
do miss that feature. Are there any plans to include it
in the future?

Yes, see above.

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>
 

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

Similar Threads

questions about VB.NET, and uses in education 2
vb.net classmanager 1
VB.NET vs C++ 2
C# vs. VB.NET: typing speed 16
OOP vb.net 7
VB.NET and pointers 13
Merge VB.NET and C# 4
OOP in VB.NET vs. C# (matching keywords) 2

Back
Top