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
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 ...
0
votes
2answers
83 views
how should I document my application
We have developed an application in c# .net and aim to make it deployable within our intranet. We would like to have a solid documentation to go along with it but are unsure of the best platform to ...