曾经在园子里面看到过有兄弟介绍SandCastle,在VS2005下用来生成文档的,而且是微软官方出品,最近被QA追的比较紧,一直在追文档,于是想到了SandCastle,最近它发布了新的版本,六月CTP版本,决定下载来研究研究,生成一下文档。
下载地址:
http://www.microsoft.com/downloads/details.aspx?FamilyId=E82EA71D-DA89-42EE-A715-696E3A4873B2&displaylang=en
What's new in this version:
- New version of the CCI reflection engine.
- New presentation style and document model code named “VSORCAS”. Please see http://blogs.msdn.com/sandcastle/archive/2007/06/17/introducing-a-new-document-model-design-code-named-vsorcas.aspx.
- New ResolveReferenceLinks2 component replacing the existing ResolveReferenceLinks component.
- Added 2 new executables under production tools folder. They are SegregateByAssembly.exe and AggregateByNamespace.exe. These are used for building componentized assembly level HxS or CHM. I will blog more details about these in the coming weeks.
- Configure MrefBuilder to get dependencies from GAC. Please see changes to MrefBuilder.config file for details.
- Moved several common files to Presentation\shared folder.
- Support for recursively reading file. Please see changes to configuration files below for details.
- Added build.proj under Examples/Sandcastle folder. This Msbuild project file will generate chm/Hxs build from test.cs. Usage details below.