[Mono-docs-list] MonoDoc type lookups / helpsource improvement

Miguel de Icaza miguel@ximian.com
03 Jun 2003 19:19:24 -0400


Hello!

> > There is a little problem with the code: the MonoTODO attribute is an
> > internal attribute, so it is not accessible outside of corlib.
> 
> That must have changed since .24 or there's a bug, since it compiles 
> fine for me.
> 
> I'll change it so it reports any attribute with the name 
> MonoTODOAttribute (which I now realize is necessary anyway since there 
> are various MonoTODOAttributes throughout the class library).

Yes, this was a recent bug fix to the compiler.  Sorry about that ;-)

Miguel