You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Leo Simons <ma...@leosimons.com> on 2005/04/02 15:13:15 UTC

Re: [patch] python docstring generation with swig through doxygen

On 31-03-2005 13:05, "Max Bowsher" <ma...@ukf.net> wrote:
<snip/>
> First, there's no point doxygenifying comments which are not processed by
> doxygen - so that means, nothing outside subversion/include/.

Check.

> Second, doxygen (I'm using 1.4.2) appears to be automagically entity-fying
> the & characters in the HTML output engine (but not very consistently).
> 
> If I apply your patch, I get a link like:
> 
> <a href="....&amp;.....">......&amp;amp;........</a>
> 
> which is clearly wrong.

Hmm. Not what I got (I think I have an older version). Does your version
result in malformed xml if you don't apply the & -> &amp; patch?

> So, since the HTML is the primary output format for us, I must reject this
> patch.

Ack.

> Perhaps you would like to contact the doxygen people, and report this
> inconsistency between the HTML and XML output engines?

Uhm, yeah, I'll try and find some time :-D

Cheers,

Leo



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org