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 ...