Running NDoc with .NET 2.0 Assemblies
March 4th, 2005After hacking a bit of .NET 2.0 code I felt it was time enough to generate some documentation to share. So I downloaded the latest NDoc and it freaked about the new 2.0 assemblies. I had to make it accept the new version of the assembly which it should be able to read with minimal troubles. Fortunately the wiki includes instructions for .NET 2.0 along with the plans for the coming 2.0 support for Generics. Now I have generated documentation with very little inline comments. Now I must add them!

March 8th, 2006 at 5:14 am
Hi~