[Mono-docs-list] Monodocer Update

Jonathan Pryor jonpryor@vt.edu
Sat, 29 Jan 2005 20:58:59 -0500


I was getting a NullReferenceException when running

	monodocer -assembly:/path/to/Mono.Posix.dll -path:docs/dir

Because Type.Namespace was null within monodocer.cs:GetTypeFileName due
to the internal Locale class.  I've committed a patch to avoid the
exception (revision 39775).

Thanks,
 - Jon