I added a tiny program that converts Doxygen comments so that C code 
beautifying is no longer affecting the Doxygen indenting. 

Source is    : ./misc/doxystar.cxx
compile with : g++ doxystar.cxx -o doxystar
usage        : cat FL/Enumerations.H | doxystar | more

The effect can easily be reversed after the indenting process finished 
(doxyunstar?)

With a tiny bit more effort, this function could reformat Doxygen comments, so 
we don't have to. (wrapping blocks at column 80, fixing indenting within the 
comment, etc.).

 - Matthias
_______________________________________________
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to