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