[Doxygen-users] Is it possible to customise the page layout for class members
Brought to you by:
dimitri
From: <Joh...@ub...> - 2001-07-09 11:16:26
|
Victor, Sorry I don't see what a compiler has to do with it - this is documentation not source code and should be as clear as possible ? In any case does doxygen need to be proscriptive on this matter ? Incidentally the format I would like to use (as shown in the example below) is reminicent of pascal decl syntax. Therefore my question still stands - is it possible to define alternative page layouts for class documentation. JL From: "Wagner, Victor" <VW...@se...> To: "'dox...@li...'" <dox...@li...> Subject: RE: [Doxygen-users] RE: Is it possible to customise the page layo ut for class members Date: Fri, 29 Jun 2001 11:44:29 -0400 Reply-To: dox...@li... while agreeing that the documentation needs to be useful, I'll point out that what Doxygen currently outputs is LEGAL syntax for the compiler, your proposal isn't. --__--__-- From: Joh...@ub... TO: dox...@li... Subject: [Doxygen-users] RE: Is it possible to customise the page layout for class members Is it possible to customise the page layout for class members so that instead of a table like __________________________________ | RETURN VALUE | METHOD(ARGS) | |_________________________________| | RETURN VALUE | METHOD(ARGS) | |_________________________________| we have the alternative format ... ____________________________________ | METHOD | (ARGS) | RETURNVALUE | |__________________________________| | METHOD | (ARGS) | RETURNVALUE | |__________________________________| As this is a bit easier on the eye when looking to a particular method. In my project our type names are pretty long and in the current table format the return value column takes up most of the width of the pane, leaving the method name and its ares all scrunched up. I've tried the alternative format shown above in an html editor and it is much more readable. Visit our website at http://www.ubswarburg.com This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. This message is provided for informational purposes and should not be construed as a solicitation or offer to buy or sell any securities or related financial instruments. |