Tagged Questions

10
votes
4answers
1k views

Is SandCastle a dead project? [closed]

Microsoft killed NDoc when they released a CTP/Beta version of Sandcastle. And I rarely see information about new version of a usable version of sandcastle (with an integrated UI for example). The ...
3
votes
14answers
1k views

Code documentation: How much is too much?

How much code documentation in your .NET source is too much? Some background: I inherited a large codebase that I've talked about in some of the other questions I've posted here on SO. One of the ...
3
votes
8answers
1k views

Tool for generation MSDN-like documentation from <summary> tags?

Does anyone know any tool like NDoc that could generate MSDN-like documentation out of XML comments in the C# code? I need it for .NET 3.5 and C#. Sandcastle maybe? Thanks. I just installed and ...