Microsoft is working on their own documentation builder called "SandCastle". It produces MSDN style documentation by reflecting over the source assemblies and the generated XML Documention comments.
Features:
- Works with or without authored comments
- Supports Generics and .NET Framework 2.0
- SandCastle has 2 main components (MrefBuilder and Build Assembler)
- MrefBuilder generates reflection xml file for Build Assembler
- Build Assembler includes syntax generation, transformation..etc
You can download the July CTP
here.
Prerequisites:
1. .Net Framework 2.0
2. For Chm generation download
HTML Help Workshop.