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 ...
6
votes
5answers
4k views
Anyone using nDoc or a similar tool to help with system documentation?
I'm looking at a few tools to help improve my documentation process, and nDoc came up during a discussion with another developer. Any suggestions or tools you might recommend?
6
votes
1answer
375 views
HelpInsight documentation in Delphi 2007
I am using D2007 and am trying to document my source code, using the HelpInsight feature (provided since D2005). I am mainly interested in getting the HelpInsight tool-tips working. From various ...
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 ...
0
votes
1answer
236 views
How to generate msdn documentation in .net 4?
i know there used to be ndoc for .net 2 and below.
and after some goggling i found ndoc3 which can support up to .net 3.5 but it doesn't support .net 4 yet.
O yeh, btw i'm currently using vs web ...
0
votes
2answers
347 views
Documentation with NDOC3
I am working on a project documentation using NDOC3.
The build fails when trying to document 3rd party DLLs (because I do not have the xml documentation for them).
How could I address this issue ?