Re: [Doxygen-users] Customizing look in Doxygen
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2001-07-14 17:35:49
|
On Thu, Jul 12, 2001 at 12:32:57PM -0500, joe bester wrote: > Dimitri, > > I've done some work to customize the output of doxygen to match our project's > web design, and coding standard. Much of this has been accomplished via style > sheets, but there some things, such as the format of function signatures have > been necessary to handle as source code modifications. > > For example, we prefer to have functions displayed like this: > > return_type > function_name( > argument_type1 argument_name1, > argument_type2 argument_name2) > > Rather than doxygen's default > > return_type function_name(argument_type1 argument_name1, argument_type2, > argument_name2) For HTML doxygen already produces the former output (or not?) so I guess your patch is for fixing the other output format(s). > > This is mostly because we tend to have rather long function > names and argument types. > > If I were to submit a patch to do this sort of formattting, would it be > accepted? Perhaps if I wrapped it in a configuration option? Yes, please sent it and I'll see if I make it optional or not. Regards, Dimitri |