views:

204

answers:

2

Public c++ header files must be provided with a lot of comments. It is hard to format and wrap doxygen comments. Does some formatting tool exists?

With features like auto wrap lines on 80th character, easy visual function grouping. Ideally documentation writer prepares a documentation separately, then inject it into or link using doxytags with code.

At this time we are using notepad/IDE to document the code.

+1  A: 

Emacs + doxymacs works fine for me.

ivant
+3  A: 

You don't say which IDE you're working with - If you're working in Visual Studio, then I've written an addin (AtomineerUtils) that might help you - It generates/updates XML or Doxygen documentation in your source files, and can word wrap and format the comments for you, minimising the work you need to do to keep them tidy.

Jason Williams
I love love love AtomineerUtils
Eric H.
Cheers, Eric :-)
Jason Williams