I'm looking for a tool that generates documentation from source tags in VB.NET 4.0 code.
Some of the problems I have encountered so far:
- doxygen does not support VB.NET
- NDOC and others are deprecated, or do not handle generics, etc.
- Sandcastle is complicated
- doc-o-matic and ForgeDoc are commercial and seem to focus on Visual Studio integration, which I don't use (intentionally)
The features I would appreciate:
- command line tool for a linked HTML generation
- graphical class structure
I hope someone can kindly point me to this little tool I overlooked... :)