|
-
January 5th, 2011, 09:26 PM
#1
documenting your code
hello,
If I recall Java has a tool, I believe it's called Javadoc or something of that nature, that allows you to conveniently document your code. If I remember correctly, it generates HTML files based on what you supply in the javadoc comments describing what a function does, the required arguments, the return value, etc.
I am wondering if there is an equivalent tool that can be used for my C++ programs when working in Visual Studio 2010. Does anyone have any suggestions?
Last edited by ttrz; January 5th, 2011 at 09:30 PM.
-
January 5th, 2011, 10:02 PM
#2
Re: documenting your code
-
January 6th, 2011, 01:43 AM
#3
Re: documenting your code
 Originally Posted by ttrz
Does anyone have any suggestions?
Here's a list,
http://en.wikipedia.org/wiki/Compari...ion_generators
Last edited by nuzzle; January 6th, 2011 at 10:39 AM.
-
January 6th, 2011, 08:54 AM
#4
Re: documenting your code
Definitely DOxygen for me. It can export to PDF, HTML, LaTeX... and almost everyone understands it in the code too.
-
January 6th, 2011, 10:49 PM
#5
Re: documenting your code
Okay, thanks. I wasn't sure if a feature like this was built into VS 2010. Based on the responses, it seems that it isn't I'll take a look at DOxygen thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|