|
-
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.
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
|