[Mono-docs-list] Mono Implementation Note: bug/issue

Ben Maurer bmaurer@users.sourceforge.net
Mon, 25 Aug 2003 21:45:12 -0400


On Mon, 2003-08-25 at 21:05, Miguel de Icaza wrote:
> Hello,
> 
> > I noticed that MonoDoc-0.6 slabs this to any enum documentation:
> > 
> > Mono Implementation Note:
> >         This type has 2 members that are marked as unfinished.
> 
> This is very strange.  I wonder why it shows up, it is definitely a bug.
We have mentioned that here before, that is because there are two
unfinished methods in System.Enum, and the other enums inherit them.

The same happens with any Exception, as there are two unimplemented
methods there.

-- Ben