NDoc1.3.1_CHS_src

所属分类:系统编程
开发工具:C#
文件大小:3535KB
下载次数:113
上传日期:2009-05-08 10:38:15
上 传 者HeavenBen
说明:  NDoc一款开源工具。 可将您用vs开发生成的用户控件Dll转换为.chm帮助文档。非常实用
(An open source tool NDoc. May be you vs the development of user-generated control Dll convert. Chm help files. Very useful)

文件列表:
NDoc1.3.1_CHS_src\doc\help\NDocUsersGuide.chm (243562, 2005-10-07)
NDoc1.3.1_CHS_src\doc\sdk\NDoc-SDK.chm (373224, 2005-10-07)
NDoc1.3.1_CHS_src\examples\Linked\Index.hhk (943, 2003-07-27)
NDoc1.3.1_CHS_src\examples\Linked\Linked.hhc (722, 2003-07-27)
NDoc1.3.1_CHS_src\examples\Linked\Linked.hhp (563, 2003-07-27)
NDoc1.3.1_CHS_src\examples\Linked\MSDN.css (7951, 2003-07-27)
NDoc1.3.1_CHS_src\examples\Linked\NDoc.Core.chm (216492, 2003-07-27)
NDoc1.3.1_CHS_src\examples\Linked\reference.html (978, 2003-07-27)
NDoc1.3.1_CHS_src\examples\Linked\tags.html (9600, 2003-07-27)
NDoc1.3.1_CHS_src\examples\NDoc.Core.ndoc (14109, 2004-03-10)
NDoc1.3.1_CHS_src\examples\Test.ndoc (4062, 2004-05-04)
NDoc1.3.1_CHS_src\src\CommonAssemblyInfo.cs (957, 2005-09-05)
NDoc1.3.1_CHS_src\src\Console\AssemblyInfo.cs (342, 2005-08-04)
NDoc1.3.1_CHS_src\src\Console\Console.build (614, 2004-07-08)
NDoc1.3.1_CHS_src\src\Console\Console.cs (15959, 2005-10-07)
NDoc1.3.1_CHS_src\src\Console\Console.csproj (4190, 2005-09-05)
NDoc1.3.1_CHS_src\src\Core\AssemblyInfo.cs (350, 2005-08-04)
NDoc1.3.1_CHS_src\src\Core\AssemblyLoader.cs (16029, 2005-10-07)
NDoc1.3.1_CHS_src\src\Core\AssemblySlashDoc.cs (3594, 2005-10-07)
NDoc1.3.1_CHS_src\src\Core\AssemblySlashDocCollection.cs (8444, 2005-10-07)
NDoc1.3.1_CHS_src\src\Core\AssemblyXmlDocCache.cs (8973, 2005-10-07)
NDoc1.3.1_CHS_src\src\Core\AssySlashDocXML.xsd (20870, 2004-11-15)
NDoc1.3.1_CHS_src\src\Core\AssySlashDocXML.xsx (165, 2005-08-04)
NDoc1.3.1_CHS_src\src\Core\AttributesEditor.cs (2181, 2005-10-07)
NDoc1.3.1_CHS_src\src\Core\AttributesForm.cs (19924, 2005-10-07)
NDoc1.3.1_CHS_src\src\Core\AttributesForm.resx (15405, 2005-08-04)
NDoc1.3.1_CHS_src\src\Core\BaseDocumenter.cs (5881, 2005-10-07)
NDoc1.3.1_CHS_src\src\Core\BaseDocumenterConfig.cs (13881, 2005-10-07)
NDoc1.3.1_CHS_src\src\Core\BaseReflectionDocumenter.cs (5308, 2005-10-07)
NDoc1.3.1_CHS_src\src\Core\BaseReflectionDocumenterConfig.cs (32452, 2005-10-07)
NDoc1.3.1_CHS_src\src\Core\Core.build (1303, 2005-01-23)
NDoc1.3.1_CHS_src\src\Core\Core.csproj (13969, 2005-09-05)
NDoc1.3.1_CHS_src\src\Core\core.ndoc (18866, 2004-07-09)
NDoc1.3.1_CHS_src\src\Core\DocumenterException.cs (2238, 2004-11-17)
NDoc1.3.1_CHS_src\src\Core\EmbeddedResources.cs (2947, 2004-11-17)
NDoc1.3.1_CHS_src\src\Core\EnumDescriptionConverter.cs (6222, 2004-11-17)
NDoc1.3.1_CHS_src\src\Core\ExternalXmlSummaryCache.cs (12359, 2005-10-07)
NDoc1.3.1_CHS_src\src\Core\FilenameEditor.cs (5004, 2005-10-07)
NDoc1.3.1_CHS_src\src\Core\FilePath.cs (4194, 2004-11-17)
... ...

NDoc ---- NDoc generates class libraries documentation from .NET assemblies and the XML documentation files generated by the C# compiler (or an add-on tool for VB.NET). NDoc uses add-on documenters to generate documentation in several different formats, including MSDN-style HTML Help files (.chm) or HTML Help 2 format, and MSDN-online style web pages. The NDoc source code is freely available under a certified Open Source license. We welcome everyone to use our software in the hopes that they can provide feedback, submit bug reports and fixes, or even join us as a developer! Status ------ NDoc's MSDN and HtmlHelp2 documenters are stable, but there is still quite a bit of work to be done on the JavaDoc, LaTeX and LinearHtml documenters. See http://ndoc.sf.net/ for the latest information on releases. Building NDoc ------------- If you have Visual Studio .NET 2003, you can build NDoc using the NDoc.sln file located in this folder. If you don't have VS.NET but do have the .NET Framework SDK and NAnt v0.8.4 or above (http://nant.sf.net/) installed, then you can build NDoc using the ndoc.build file located in this folder. Just type nant from within that directory and you should be good to go. If you don't have the .NET Framework SDK installed then why do you even want to use this? You will also need the Visual Studio Help Integration Kit (VSHIK) installed. NDoc uses the Html Help 2 compiler, which is a COM server. VSHIK can be obtained free from Microsoft at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/html/hwmscextendingnethelp.asp Using NDoc ---------- A list of tags supported by the MSDN documenter can be found in the .\doc folder. If you want to create a .CHM file and you don't have VS.NET installed then you're going to need to download and install Microsoft's HTML Help Workshop. Start NDocGui.exe. You can add your assembly/doc files manually or import them from a VS.NET .sln file. If this UI's not intuitive enough then feel free to add a bug report to our project as described below. You can also invoke NDoc from the command line. Try typing NDocConsole.exe with no options to see how it's supposed to be used. This is great for automated builds. After you build NDoc, you can load one of our example projects from the examples directory. This should give you a good idea of what NDoc outputs. Support ------- Since this is an Open Source project which we work on in our spare time, you won't be getting any support. But if you do find a bug or have a comment and you post it to our mailing list or one of our trackers on SourceForge then we'll try really hard to help you out. Some bugs have been fixed and features added within meer hours. Others have taken a few weeks. (That's still faster than most closed source products!) You can subscribe to any of our mailing lists here: http://sourceforge.net/mail/?group_id=36057 You can submit a bug report or feature request here: http://sourceforge.net/tracker/?group_id=36057 If you do submit something to our tracker, please make sure you're logged in to SourceForge or leave your email address in the submission if you don't want a SourceForge account. That way we can can contact you for further questions or let you know when we fix whatever it is you need. We love getting feedback so don't hesitate to contact us! -- The NDoc Team

近期下载者

相关文件


收藏者