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!

link|improve this question

70% accept rate
Are you seriously considering using VB6 for future development? – AnthonyWJones Nov 6 '08 at 10:18
feedback

3 Answers

up vote 3 down vote accepted

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

link|improve this answer
feedback

I had some good time with VbDox.

link|improve this answer
I'm a Doxygen fan, but for VB6 I think VBDOX beats Doxygen in simplicity and ease of use. – Daniel Rikowski Jun 10 '10 at 8:04
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.