Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
We need to create documentation for the entire project.
Can you see, if you can locate a good tool we can use?
first we'll find a tool that generate documentation from a project and include all code commenting, then we need to document each single variable and function?
Posted
Updated 8-Nov-13 0:25am
v4
Comments
Richard MacCutchan 8-Nov-13 6:25am    
There are lots of tools around, and Google will find them for you.
sunandandutt 8-Nov-13 6:27am    
can you please explain any two tools?
Richard MacCutchan 8-Nov-13 6:34am    
Explain any two what?

 
Share this answer
 
Comments
Andreas Gieriet 8-Nov-13 7:20am    
In daily use, but producing documentation is extremly slow for larger projects.
Cheers
Andi
johannesnestler 8-Nov-13 7:29am    
:-) right - better not to always rebuild it with CI builds...
I recommend doxygen[^].
 
Share this answer
 
Comments
johannesnestler 8-Nov-13 6:53am    
I think sandcastle has better experience for .net (it installs a project template for VS - so better sourcecontrol integration etc.) - used doxygen back in the "old" C++ days so maybe my knowledge about it is a little "outdated".
Andreas Gieriet 8-Nov-13 7:20am    
Same for me (as johannesnestler): I use it in C++ but not yet in C#. Don't know how well doxygen integrates with other .Net tools. Maybe you can comment on this from your experience?
Cheers
Andi
lukeer 8-Nov-13 7:43am    
I rarely use any .NET tools except from Visual Studio.
Just Tortoise SVN and doxygen, both doing their work without being integrated in any form I'm aware of.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900