[Doxygen-users] RE: Customizing look in Doxygen
Brought to you by:
dimitri
|
From: Don M. <dmc...@In...> - 2001-07-13 00:39:42
|
>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) I, for one, would *love* to have doxygen show functions like that. I encourage you to submit that patch, but it probably should have a config option, since other users are accustomed to the old style. Thanks, Don McClimans |