5

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!

John Topley
  • 113,588
  • 46
  • 195
  • 237
Tim Visher
  • 12,786
  • 16
  • 58
  • 66

3 Answers3

4

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

albert
  • 8,285
  • 3
  • 19
  • 32
bmdhacks
  • 15,841
  • 8
  • 34
  • 55
4

I had some good time with VbDox.

dummy
  • 4,256
  • 3
  • 25
  • 36
0

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
  • 454
  • 2
  • 5