Running NDoc with .NET 2.0 Assemblies

March 4th, 2005

After 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!

One Response to “Running NDoc with .NET 2.0 Assemblies”

  1. sungho Says:

    Hi~