You can subscribe to this list here.
2002 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Donald K. <dka...@ya...> - 2005-02-20 01:34:50
|
Since users are now implementing their own tags via NDoc's extensibility feature, we thought it would be a good idea to make it easier for people to share their work with one another. To that end, we have put together the NDocContrib program so that tags and custom templates can be shared and re-used amongst NDoc users. User contributions will be made available on the NDoc website, and as part of the NDoc installer. Submitting your contribution is simply a matter of sending a ZIP file to NDo...@gm.... Your submission should include: * Your name and SourceForge login name * A short description of your tag or template * A ZIP file containing the following: o The XSLT implementation of your tag o Buildable example C# code (preferably within a VS.NET project) o An NDoc project that documents your example assembly; using your stylesheet o An optional readme file that explains the history, usage and implementation of the tag or template Details and an example submission are available at: http://ndoc.sourceforge.net/content/contrib.htm. In addition, in order to get things started, we are giving away a free SourceForge.net t-shirt to the first five entries. So share your custom tags and get a free t-shirt while they last! Cheers, Don Kackman |
From: Donald K. <dka...@ya...> - 2004-03-27 20:42:50
|
The NDoc development team is pleased to announce the release of the of NDoc 1.3 beta 1. This release addresses a number of bugs and includes numerous feature requests. The new NDoc User's Guide contains a complete list of bug fixes and RFE's. NDoc 1.3 can be installed side by side with earlier version of NDoc and the installer supports both .NET 1.0 and 1.1, as well as the MONO framework. Additional highlights include: . A complete re-implementation of the Html Help 2 documenter. The new VS.NET Documenter creates Html Help 2 topics, with fully populated XML data islands, resulting in much better integration with the Visual Studio help system. . An extensibility feature that allows you to define your own code comment tags and control their formatting. . Support for new code commenting tags like <platform>, <preliminary>, <threadsafety> and <exclude>. . Support for the ObsoleteAttribute. . User interface and performance enhancements. . Better consistency between NDoc generated topics and MSDN topics. Source code and the installer for NDoc 1.3 beta 1 can be downloaded from: http://sourceforge.net/project/showfiles.php?group_id=36057 We have also recently added an NDoc users' mailing list intended for questions, tips, tricks, and discussion about using NDoc. You can subscribe to ndoc-users at: http://lists.sourceforge.net/lists/listinfo/ndoc-users Cheers, The NDoc Team |
From: John C. <joh...@ex...> - 2003-07-10 13:27:04
|
Hello. I have been tinkering with NDOC for a few weeks and just love this tool! I see a new v1.2 beta is out and I'm wondering if someone can explain to me some of the new features. HTML 2 Documenter - I am a little familiar with this. I assume that HTML 2 is what the MSDN help system is using and now NDOC will generate the same file format. What benefits will this have? Easier integration into the MSDN help? HTML Linear documenter - what is this? Many improvements and bug fixes... can I find a list of the improvements somewhere? I hope it was OK to send these questions to the list. Thanks in advance for your help and thanks for a really great tool! |
From: Jean-Claude M. <jc...@ma...> - 2002-09-30 20:50:27
|
Dear ndoc-announce subscriber, The latest version of NDoc, the .NET code documentation generator, has been released. The new features include: - new LaTeX documenter (beta version), - option to document attributes, - auto-document constructors, - include summary descriptions for members inherited from referenced assemblies, - better support for VB.NET assemblies, - and more... NDoc v1.1 is available for download at: http://sourceforge.net/project/showfiles.php?group_id=36057 Enjoy, Jean-Claude Manoli |
From: Jason D. <ja...@in...> - 2002-01-24 00:22:48
|
This is just a quick note to let you all know that a new version of NDOC is available for download. This is the first public release for the RTM version of the .NET Framework. http://sourceforge.net/project/showfiles.php?group_id=36057&release_id=71665 I'll be announcing the release on DOTNET tomorrow unless somebody reports that they encountered any problems. Thanks! |