I've attached the patch I mentioned in an earlier mail to doxygen-users.
It basically reformats the function return values, name, and parameters
in the detailed description for html pages, so that they are more
vertically oriented, like the following:
return specifier
function name(
parameter type parameter name,
...)
The old rendering is currently just #if'd out, so you can see what my
changes are doing. It would be great if this could be either the
default or an optional configuration-option controlled layout for the
html output of doxygen.
thanks,
joe
|