|
-
Apr 15th, 2003, 01:44 PM
#1
Thread Starter
Fanatic Member
Code Documentation
Is there an equivalent of Java Docs in VB.NET? Has anyone used the Tools / Build Comment Web pages for documentation?
-
Apr 15th, 2003, 01:54 PM
#2
PowerPoster
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.
-
Apr 16th, 2003, 09:26 AM
#3
Lively Member
I use a combination of two open source applications..
VB.DOC a tool to extract comments from your source and produce xml intermediate files and NDOC to convert the intermediate files to a Microsoft Compiled Help file (.chm)
-
Apr 17th, 2003, 05:28 PM
#4
I wonder how many charact
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...
Last edited by nemaroller; Apr 17th, 2003 at 05:40 PM.
-
Apr 22nd, 2003, 08:38 AM
#5
Lively Member
Originally posted by nemaroller
My guess is the 2003 version of the .NET IDE will bring the ///<COMMENT> functionality to VB...
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|