[Mono-docs-list] [PATCH] Fix to enable lookup of malformamed generic types.

Valentin Sawadski valentin.sawadski at googlemail.com
Wed Dec 19 13:43:23 EST 2007


Hello Jonathan,

On Wed, 2007-12-19 at 13:33 -0500, Jonathan Pryor wrote:
> On Wed, 2007-12-19 at 18:59 +0100, Valentin Sawadski wrote:
> > On Tue, 2007-12-18 at 09:31 -0500, Jonathan Pryor wrote:
> > > On Fri, 2007-12-14 at 18:13 +0100, Valentin Sawadski wrote:
> > > > this short patch makes all properly formatted and malformed links in the
> > > > docbrowser work. Please review it and apply if no one objects.
> > > 
> > > This isn't necessary; I "fixed" GtkHtmlHtmlRender (in
> > > mono-tools/docbrowser) to do the s/&lt;/</g and s/&gt;/>/g substitutions
> > > (since this is in my mind a GtkHtml bug, in that it isn't properly
> > > rendering/un-escaping XML entities).
> > 
> > I see your changes but they only worked for the MembersOverview page, as
> > far as I can tell.
> > 
> > See System.Array for example. If you click BinarySearch<T>(T[], T) in
> > the overview, everything works fine. When you then hover over the the
> > IComparable<T> link, the status-panel displays the right "URL" however
> > if you click it, you'll end up in the middle of nowhere again.
> 
> I can't reproduce this.  What I'm doing:
> 
> 1. Navigate to System.Array.BinarySearch<T>(T[],T).
> 2. Within the Right pane, Click the "IComparable&lt;T&gt;" link above
> the prototype.
> 
> I'm then taken to IComparable<T> documentation.

This is very strange, because it does not work at my machine (rev
91596). Do you have any idea why it is not working for me, but for you?
(I'm not using Gecko to render the pages.)

Kind Regards,
Valentin



More information about the Mono-docs-list mailing list