views:

286

answers:

3

Hi, what tools do you use to create programming flowchart/documentation from VB.NET source code? There are absolutely no comments/documentation at present. I am a beginner, i.e. I tried Sandcastle but it is way over my head and could not get it going, not even with GUI. Fatesoft's CodeVisual To Flowchart is OK but it is almost the same as the code and I still don't understand the code.

A: 

You can use the built-in XML documentation, described here

M.A. Hanin
A: 

I have always enjoyed the output of doxygen

And now I read that you need it for VB .... sigh

I guess you can look at it and think about how awesome it would have been to use ;)

Gord
yeah, I know - I checked it out before I posted the question
Greg
+1  A: 
  1. Convert VB.NET to Csharp using http://converter.telerik.com/
  2. Use CodeRocket to both generate documentation and flowchart http://www.rapidqualitysystems.com/root/Products/CodeRocketNET
Greg