VBDOX - Documentation Generator for VB6

Posted Friday, May 07, 2004 9:28 PM by CumpsD
A long time ago I talked about how great NDoc is.

Quick reminder:
NDoc generates class library documentation from .NET assemblies and the XML documentation files generated by the C# compiler (or with an add-on tool for VB.NET).

I love the tool, I use it for all my documentation in .NET projects.

A few days ago, I had to make a Visual Basic 6 project. And one of the requirements was a documentation. Knowing about NDoc, I went looking for something similar for VB6. There are a lot off tools out there, commercial and free.

But VBDOX is the best in my opinion. It generates the same MSDN style documentation, as HTML with the possibilty to compile it into a Windows Help file.

It can use an XML style of commenting, and quickly parses it and generates the documentation.

This resulted in a very nice documentation for my project.
Filed under: ,

Comments

# re: VBDOX - Documentation Generator for VB6

Monday, May 10, 2004 5:05 PM by Bert

Isn't there a navigation on the side with the .NET documentation?
or is it just a generation option?

# re: VBDOX - Documentation Generator for VB6

Tuesday, May 11, 2004 4:40 AM by David Cumps

sadly there isn't with VBDOX, NDoc generates the same style with navigation. VBDOX only makes the pages, but you can compile it to a windows .chm help file where you have navigation.

# re: VBDOX - Documentation Generator for VB6

Monday, June 28, 2004 9:34 AM by stephen

need vb documentation

# re: VBDOX - Documentation Generator for VB6

Tuesday, March 20, 2007 3:54 AM by Mark Uildriks