[nem-en] Invalid member keys in xml docs
Paul Bludov
pbludov at gmail.com
Fri Jan 26 02:15:06 CET 2007
Now I have another question:
Is it OK to make some parts of Nemerle.Compiler.XmlDoc to be public?
I.m working on the intellisense 'hints', so i need some code to convert an
IMember to xml doc key, and the
xml doc comment parser itself.
----- Original Message -----
From: "Kamil Skalski" <kamil.skalski at gmail.com>
To: <devel-en at nemerle.org>
Sent: Thursday, January 25, 2007 4:34 PM
Subject: Re: [nem-en] Invalid member keys in xml docs
> The problem seems to come from:
> http://nemerle.org/svn/nemerle/trunk/ncc/hierarchy/XmlDump.n
>
> line
>
> fun (p : Typedtree.Fun_parm) {
> p.ty.SystemType.FullName
> });
>
> The special formatting function should be used (if ty.ToString() also
> gives incorrect values)
>
> 2007/1/25, Paul Bludov <pbludov at gmail.com>:
>> When a method has a generic type parameter, for example
>>
>> ///<summary>blabla</summary>
>> public Foo(bar : string -> bool) : void
>> {
>> }
More information about the devel-en
mailing list