Oct 10, 2003 #1 sweep123 Technical User Joined May 1, 2003 Messages 185 Location GB When I used Visual Basic there was a freebie for auto -documentation of the VB code - very good but for VB only. Are they any similar for Visual Studio .Net (C++)code. Or does SourceSafe offer any Auto-documentation functions. Regards, Sweep.
When I used Visual Basic there was a freebie for auto -documentation of the VB code - very good but for VB only. Are they any similar for Visual Studio .Net (C++)code. Or does SourceSafe offer any Auto-documentation functions. Regards, Sweep.
Oct 10, 2003 #2 PerFnurt Programmer Joined Feb 25, 2003 Messages 972 Location SE AutoDuck uses special comments in the code to generate documentation: http://www.helpmaster.com/hlp-developmentaids-autoduck.htm /Per if (typos) cout << "My fingers are faster than my brain. Sorry for the typos."; Upvote 0 Downvote
AutoDuck uses special comments in the code to generate documentation: http://www.helpmaster.com/hlp-developmentaids-autoduck.htm /Per if (typos) cout << "My fingers are faster than my brain. Sorry for the typos.";