[Mono-docs-list] [PATCH] Fix to enable lookup of malformamed generic types.
Jonathan Pryor
jonpryor at vt.edu
Wed Dec 19 13:33:29 EST 2007
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/</</g and s/>/>/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<T>" link above
the prototype.
I'm then taken to IComparable<T> documentation.
- Jon
More information about the Mono-docs-list
mailing list