
Visual Basic Doxygen Add-in would help any VB6 developer to comment developed code with tags recognizable by Doxygen.
The process on adding the comment blocks and to autotag recognized elements is in charge of the application.
You are just required to enrich the documentation with the description of the various part of the source code.
Documentation can be produced in various format: HTML, PDF, et. (please see: http://www.stack.nl/~dimitri/doxygen/output.html for detail).
With the help of Matthias Henze's VB Filter, Doxygen is able to parse the VB6 Source code and produce a good quality documentation to publish.
The Add-in generates the classes file to be parsed by Doxygen avoiding the dependency with external scripts or tools.
Have a look on the result example of API Documentation produced for VBDoxyAddin.
