Seeing this post come up has reminded me that I had sent a patch to
v1.3.8 (obviously a couple of months back) which improved, hopefully,
the way Class Member Function subsections are formatted in latex output
in cases where they run onto multiple lines.
For example, a member function previously shown like this...
virtual bool someMethod(int arg1, const char *arg2, const
ISomeInterface *arg3, bool arg4) [pure
virtual]
would be formatted to indent the second line onwards and to prevent
parameters being broken across lines, like this (hopefully the email
formatting doesn't screw this up)...
virtual bool someMethod(int arg1, const char *arg2,
const ISomeInterface *arg3, bool arg4)
[pure virtual]
I didn't hear anything and was busy with other stuff so didn't resend
the patch. Is this of interest? I'm afraid I only did this for the latex
output, not the others.
guy
BTW, even if this is not useful, I noticed that the method
LatexGenerator::WriteNonBreakableSpace() in latexgen.cpp uses '\\' as an
unbreakable space - shouldn't this be '~'?
-----Original Message-----
From: dox...@li...
[mailto:dox...@li...] On Behalf Of
Dimitri van Heesch
Sent: 18 November 2004 13:28
To: Antoine Tandin
Cc: dox...@li...
Subject: Re: [Doxygen-develop] how to contribute ?
On Thu, 18 Nov 2004 14:16:00 +0100, Antoine Tandin
<at...@ko...> wrote:
>
> Sorry, I wanted to know how it is possible to contribute to doxygen
> developpement.
>
> How can I add code or patch ?
>
The preferred way, is to create a patch (using diff -u against the
latest CVS version) and send that to me (di...@st...) along with
a description of what the patch is supposted to do and a test file (if
relevant).
If you don't hear anything and the patch is not included after one or
two CVS updates then please send me a reminder.
It helps to first discuss what you want to add/change, since it may
already be possible or someone may already be working on it.
Regards,
Dimitri
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Doxygen-develop mailing list
Dox...@li...
https://lists.sourceforge.net/lists/listinfo/doxygen-develop
|