|
From: Kevin D. <kd...@op...> - 2004-12-17 03:51:32
|
NDoc is an extensible API documentation generation tool for .NET developers. The NDoc team are pleased to announce that the long-awaited version 1.3 has finally been released. In addition to huge number of bug fixes, feature request implementations, and a new user's guide, this version includes: - A complete re-implementation of the Html Help 2 documenter, now known as the "VS.NET 2003" documenter. - Major performance enhancements in both reflection and document production. - Better consistency between NDoc generated topics and MSDN topics. - Support for new code commenting tags like <preliminary>, <threadsafety> and <exclude/>. - Support for the ObsoleteAttribute and FlagsAttribute attributes. - An extensibility feature that allows you to define your own code comment tags and control their formatting. - User interface enhancements. - and more... Additional details of what's new for this release can be found at http://ndoc.sourceforge.net/content/whatsnew.htm Source code and the installer for this release can be downloaded at: http://sourceforge.net/project/showfiles.php?group_id=36057 |