Is there an equivalent of Java Docs in VB.NET? Has anyone used the Tools / Build Comment Web pages for documentation?
Printable View
Is there an equivalent of Java Docs in VB.NET? Has anyone used the Tools / Build Comment Web pages for documentation?
C# has XML documentation in the code if you want to use it. VB.Net doesn't support it though. I have heard there are work arounds or something.
I might be not understanding your intention, but in my VB .NET IDE, there is an option under Tools... Build Comment Web Pages... and it documents your code..
My guess is the 2003 version of the .NET IDE will bring the ///<COMMENT> functionality to VB...
http://www.beysoft.com/codecomment.jpg
Fraid not, 2003 will not support this for vb either! Don't know why they don't implement it, it can't be that hard for them.Quote:
Originally posted by nemaroller
My guess is the 2003 version of the .NET IDE will bring the ///<COMMENT> functionality to VB...