I tried using Sandcastle which is the documentation build tool for generating MSDN-style documentation from .NET assemblies and their associated XML comments files like NDoc.
I googled information around it and found out good articles and some of related tools.
Tools
DocProject
This tool uses the latest version of Microsoft Sandcastle to build HTML help topics. It can generate variety formats of API documents :).
Sandcastle Help File Builder
This tool can make building documents from Sandcastle easier.
The latest version of Sandcastle Help File Builder (1.8.0 or later) does NOT include SandcastleBuilderConsole.exe which can be used from console for generating domenet. Sandcastle project think that all the process should be done in MSBuild rather than console. If you need SandcastleBuilderConsole.exe please get and use 1.7.0 from here.
Articles
Generating MSDN-style Documentation with Sandcastle, NAnt and CruiseControl.NET
This article is a good example of how to use sandcastle. This article is bit old and it uses not MSBuild but NAnt.
Sandcastle Help File Builder
You can see basic of Sandcastle Help File Builder from this article.
These articles are written in Japanese. But quite useful.
SandcastleでXMLドキュメントコメントからヘルプを生成する - HTML生成編
SandcastleでXMLドキュメントコメントからヘルプを生成する - ヘルプ生成編
I googled information around it and found out good articles and some of related tools.
Tools
DocProject
This tool uses the latest version of Microsoft Sandcastle to build HTML help topics. It can generate variety formats of API documents :).
Sandcastle Help File Builder
This tool can make building documents from Sandcastle easier.
The latest version of Sandcastle Help File Builder (1.8.0 or later) does NOT include SandcastleBuilderConsole.exe which can be used from console for generating domenet. Sandcastle project think that all the process should be done in MSBuild rather than console. If you need SandcastleBuilderConsole.exe please get and use 1.7.0 from here.
Articles
Generating MSDN-style Documentation with Sandcastle, NAnt and CruiseControl.NET
This article is a good example of how to use sandcastle. This article is bit old and it uses not MSBuild but NAnt.
Sandcastle Help File Builder
You can see basic of Sandcastle Help File Builder from this article.
These articles are written in Japanese. But quite useful.
SandcastleでXMLドキュメントコメントからヘルプを生成する - HTML生成編
SandcastleでXMLドキュメントコメントからヘルプを生成する - ヘルプ生成編
コメント