by RobIII (4 Submissions)
Category: Complete Applications
Compatability: VB Script
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(42 Votes)

An application that documents VB5/6 code. Outputs an XML file, which is then transformed with an XSLT into a cool documentation file.
It documents properties, methods, events and even show statistics about your project, references that are used and so on. It really generates a complete overview of your project.
It handles Visual Basic Group files, Project files, modules, forms, classes and is very easy to use (just select the file you want to document and hit the button). It even extract's "TODO","BUG","IDEA" and other 'tags' you might use in your code.
The output is completely configurable with a toolwindow that allows you to filter public/private methods, but also enables you to quickly expand all collapsed nodes in the view and much, much more.
Open Main.vbg and just hit F5 to run the project. Select a visual basic file and see how great it documents. All those expensive commercial tools can now be sent to your trashcan. This is the only tool you'll ever need to document your code.
See screenshot for an example of the output. **NEW** Version 1.0.4 now also recognizes usercontrols, property pages and designer files.
Assumes
VBScript 5 and MSXML have to be installed.
Download Code Documenter 1.0.5 (28 KB)