On Thu, 2006-12-14 at 19:13 +0100, latency wrote: > as I'm working pretty much with the System.Windows.Forms namespace I thought > it would be great to have it's documentation in the mondoc browser. > > So I tried to run monodocer and generate the documentation but monodcer fails > and displays the following exception. > > Updating: System.Windows.Forms.TextBox > System.NullReferenceException: Object reference not set to an instance of an > object > at CSharpFullMemberFormatter.AppendVisibility (System.Text.StringBuilder > buf, System.Reflection.MethodBase method) [0x00000]
You might try using monodocer from svn-HEAD. There was a change on 2006-12-07 to AppendVisibility() which should avoid the NullReferenceException. - Jon _______________________________________________ Mono-docs-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-docs-list
