CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Sep 2010
    Posts
    66

    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
  •  





Click Here to Expand Forum to Full Width

Featured