[Mono-docs-list] MonoDoc helpsource improvement

Miguel de Icaza miguel@ximian.com
26 May 2003 19:12:40 -0400


Hello,

    A quick question and a bug report about the new XSLT-based
Monodoc.  This was a question that was asked last week, but I did not
reply as I was not sure.

    The <see cref="...."> lookup system in the ECMA docs accepts:

> T: for types/classes/enums/interfaces
> M: for methods
> F: for fields/events.
> N: for namespaces

    The bugs are:

	Currently the new system generates a M:Type.Property instead of
	P:Type.Property.  

	Lookups for P:Type.Property are not resolved.

Miguel