Jump to content

NDoc: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Grammar fix: Changed "anymore" to "any more"
Line 25: Line 25:
== Limitations and future development ==
== Limitations and future development ==


The latest release version of NDoc does not support [[.NET Framework]] version 2.0. Although there are internal [[alpha version]]s<ref>http://weblogs.asp.net/fmarguerie/archive/2006/02/16/ndoc-project-stalled-no-version-2-microsoft.aspx</ref><ref>http://www.kynosarges.de/NDoc.html</ref> that support .NET 2.0, [[as of 2006]], 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.<ref>http://johnsbraindump.blogspot.com/2006/07/ndoc-20-is-dead.html</ref>
The latest release version of NDoc does not support [[.NET Framework]] version 2.0. Although there are internal [[alpha version]]s<ref>http://weblogs.asp.net/fmarguerie/archive/2006/02/16/ndoc-project-stalled-no-version-2-microsoft.aspx</ref><ref>http://www.kynosarges.de/NDoc.html</ref> that support .NET 2.0, [[as of 2006]], there is very little activity on the NDoc project. The developer of NDoc, Kevin Downs, has said that he is not working on NDoc any more due to lack of funding and threats against him, and that he is willing to hand over administration of the project.<ref>http://johnsbraindump.blogspot.com/2006/07/ndoc-20-is-dead.html</ref>


== See also ==
== See also ==

Revision as of 10:29, 23 July 2007

NDoc
Developer(s)Downs, Kackman, et al.
Stable release
Operating systemCross-platform (?)
TypeDocumentation generator
LicenseGNU GPL
Websitendoc.sourceforge.net

NDoc is a code documentation generator for the Common Language Infrastructure. It is licensed under the GNU General Public License.

How it works

NDoc uses two sources to generate a 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 supports several different output formats, including CHM, MSDN-style web pages, and Javadoc-style web pages. NDoc also 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 versions[1][2] that support .NET 2.0, as of 2006, there is very little activity on the NDoc project. The developer of NDoc, Kevin Downs, has said that he is not working on NDoc any more due to lack of funding and threats against him, and that he is willing to hand over administration of the project.[3]

See also

See also

References