For those of you who use .NET 2.0 and want to document their code with triple slashes (///) there is good news. NDoc (free tool for creating documentation from the triple slashes) is being ported to .NET 2.0. I used the NDoc in .NET 1.1 and it is great tool (especially that it is free). Each of libraries I developed was well documented so I could see (from the documentation) at which point with the development I am. I encourage everyone to comment the code and to try the NDoc, but remember it's not finished yet.
The latest version of the NDoc can be found here: Much improved NDoc for .Net 2.0
I tried it and I can say it's not perfect but at least it didn't crash on my projects and it generated chm documentation. I hope guys will finish the port so we could create msdn-look-like documentation.