
27 Jul
2006
27 Jul
'06
10:51 a.m.
Hi, I usually write function declarations that do not take any parameters using the "old" C style; that is: int foo(void); I've now started documenting my code using Doxygen and integrating the resulting documentation into a Quickbook document. The class summary is correctly formatted because it does not include the parameter names, but the function prototypes in their description show: int foo(void ); Note the extra space after void. It looks ugly and I believe it should not be there. The attached patch seems to fix this issue. Can it be integrated? Thanks, -- Julio M. Merino Vidal <jmmv84@gmail.com> The Julipedia - http://julipedia.blogspot.com/