efficient c++ comments?
May 17, 2006 7:41 PM   RSS feed for this thread Subscribe

Good utilities for writing comments in visual c++ (2005)?

I am trying to document some C++ code written in Visual Studio 2005 and was wondering is there is an easier way to add and format comments? I've looked at CommentMakerPro and was not too impressed. If I was doing C# Id try GhostDoc, but alas I am not.
posted by blueyellow to computers & internet (1 comment total)
Doxygen isn't quite what you are looking for, but it is a great tool for pulling out quasi-UML diagrams, class hierarchies, and flow graphs from source code. Most of the cool features are turned off by default, so be sure to grab graphviz first and turn the cool features back on.
posted by b1tr0t at 8:15 PM on May 17, 2006


« Older When I get plastered enough, m...   |   Generally it seems frowned upo... Newer »
This thread is closed to new comments.