Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a good VB6 documentation system similar to Javadoc?

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!

like image 714
Tim Visher Avatar asked Nov 04 '08 21:11

Tim Visher


2 Answers

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

like image 171
bmdhacks Avatar answered Nov 15 '22 08:11

bmdhacks


I had some good time with VbDox.

like image 37
dummy Avatar answered Nov 15 '22 10:11

dummy