Documenting your API's
While looking at creating better API documentation for work projects it's occured to me that this space is very much in a bit of chaos at the moment. NDoc was asleep through .NET 2.0 and the lack of generics support is upsetting a lot of folk. The project is alive but like a lot of OSS projects, it's main man has a life and it comes first.
I do note with interest that Microsoft are planning to release their internal documentation tools to the masses, this forum says that this should have happend in June (with RTM in August) and it's now mid July....
While the doc generators sort them self's out I did manage to find this very nice VS add-in that combines the DXCore (CodeRush) plug-in framework with Lutz's old documenter source. It not only adds a nice little preview window but also a context menu to help add further doc xml elements, very sweet.
Update: How could I forget GhostDoc too, does a much better job than the C# /// way.