[boostbook] Extra space after void parameter declaration

27 Jul
2006
27 Jul
'06
8: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/
6888
Age (days ago)
6893
Last active (days ago)
1 comments
2 participants
participants (2)
-
Doug Gregor
-
Julio M. Merino Vidal