Tagged Questions

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 ...
2
votes
2answers
89 views

C# Documentation generator that runs on mono?

I mainly use mono and now I would like to produce some HTML output of the inline xml documentation. I've found 3 documentation projects so far: NDoc, which seems outdated and development has stopped ...
2
votes
0answers
111 views

Make SandCastle merge the all members page to the main type page

For each class in the project SandCastle creates (among others) two pages: the main page, named T_class_full_name, with the description, Syntax, Inheritance Hierarchy and See Also and the members ...