Hallo,
In C++ world we use to use a tool like Doxygen to generate a project documentation. Do any one knows something like that for VB?
Thanks as lot for helping
Printable View
Hallo,
In C++ world we use to use a tool like Doxygen to generate a project documentation. Do any one knows something like that for VB?
Thanks as lot for helping
In Access there is a documenter (Tools, Analyse, Documenter) But it is way too detailed sometimes. My database reached over 1000 pages on that thing.
I haven't ever seen a documenter for VBS though
Try Novalys Visual Expert, it's available as free one year trial
Or you could check www.vbaccelerator.com for custom ActiveX documenter with full source code
Thanks as lot,
I found here VBDOX,
very close to Doxygen.
Thanks