views:

622

answers:

3

I'm working with a VB6 code base and I'm interested in beginning to generate documentation for future development efforts. I'm traditionally a Java developer and I've gotten quite used to the Javadoc system for generating such documentation. I found VB.DOC but from what I can see it's meant for a .NET environment. Are there any that will work in VB6?

Thanks in advance!

+3  A: 

There are a few filters that will allow you to use Doxygen with VB6.

bmdhacks
+2  A: 

I had some good time with VbDox.

dummy
I'm a Doxygen fan, but for VB6 I think VBDOX beats Doxygen in simplicity and ease of use.
DR
A: 

I used Document! X version 4, but I have to say it was not the most stable program to use and sometimes caused crashes in the IDE. Perhaps later versions have improved; they still seem to support VB 5&6.

Kaniu