|
From: Kevin D. <kd...@op...> - 2005-01-24 16:31:09
|
NDoc release 1.3.1 fixes bugs reported since the last release. It also introduces a beta version of the "MSDN 2003" documenter; this is a version of the current "MSDN" documenter enhanced to include C++ and JScript syntax blocks, Language Filtering and other features. The output format of this new documenter should be identical to the current "VS.NET 2003" documenter. An example of the new documenter output can be seen at the NDoc site http://ndoc.sourceforge.net/reference ========== Fixes/Enhancements ------------------ Core - [Bug 1088447] IOException because of duplicate output files. - [Bug 1088299] Missing doc for inherited classes Console - [Bug 1087293] NDocConsole invocation problem Gui - [Bug 1106276] Namespace summary textbox does not resize gracefully LinearHtml - [Bug 1095012] Declaration String. - [Bug 1094966] Namespace List Summary. MSDN - Corrected <notes> formatting. - Improved attribute usage syntax for VB. - property overloads should have parameter signatures in their title. VS.NET_2003 - Corrected <notes> formatting. - make c++ enumeration syntax more consistent with other types. - Improved attribute usage syntax for VB. - property overloads should have parameter signatures in their title. |