Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
NDoc
Code documentation generator

NDoc is a code documentation generator for the Common Language Infrastructure created by Jason Diamond, Jean-Claude Manoli and Kral Ferch. It is licensed under the GNU General Public License.

Related Image Collections Add Image
We don't have any YouTube videos related to NDoc yet.
We don't have any PDF documents related to NDoc yet.
We don't have any Books related to NDoc yet.
We don't have any archived web articles related to NDoc yet.

How it works

NDoc uses two sources to generate documentation. The first is an assembly file produced by compiling the source code. The other is a pre-generated XML documentation file, usually produced by parsing the source code for special comments (C# compilers from .NET Framework and Mono support this using the "/doc" command-line argument).

The assembly file is queried using reflection to obtain the list of classes, methods, etc. The XML file is parsed for the documentation text.

NDoc uses plug-ins to support several different output formats, including CHM, Microsoft Help Viewer, MSDN-style web pages. Incomplete plug-ins are also included as starting points for developers, like the LaTeX plug-in and Javadoc-style web pages. NDoc comes with a graphical user interface to ease the generation process.

Limitations and future development

The latest release version of NDoc does not support .NET Framework version 2.0. Although there are internal alpha versions12 that support .NET 2.0, as of 2006[update], there is very little activity on the NDoc project. The developer of NDoc, Kevin Downs, has said that he is not working on NDoc anymore due to lack of funding and threats against him, and that he is willing to hand over administration of the project.3 More recently, Kim Christensen picked up the ball and continues development of the original NDoc as NDoc34

See also

  • Free and open-source software portal

References

  1. NDoc project stalled, no version for 2.0. What is Microsoft doing? - Fabrice's weblog https://weblogs.asp.net/fmarguerie/archive/2006/02/16/ndoc-project-stalled-no-version-2-microsoft.aspx

  2. NDoc 2.0 Alpha http://www.kynosarges.de/NDoc.html

  3. John's .NET/SQL Brain Dump: NDoc 2.0 is Dead! https://web.archive.org/web/20060819173307/http://johnsbraindump.blogspot.com/2006/07/ndoc-20-is-dead.html

  4. NDoc3, successor project of NDoc http://ndoc3.sourceforge.net/