Tagged Questions
11
votes
2answers
2k views
.NET xml docs - inheriting documentation
NDoc has an XML element inheritdoc which allows you to inherit documentation of a member from the parent class (or an implemented interface). However, Visual Studio (i.e. the C# compiler) does not ...
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 ...
1
vote
0answers
66 views
.Net Reflection Issue with Methods
I've used NDoc for quite a while now using a customised build (i.e. slightly bug-fixed build) of NDoc Enhanced (http://sourceforge.net/projects/ndoc-e/) but I've run into a strange issue with methods ...