Author Topic: Sandcastle  (Read 2516 times)

0 Members and 1 Guest are viewing this topic.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Sandcastle
« on: October 27, 2006, 08:28:48 PM »
May be interesting for some ...
Quote
Overview
Sandcastle produces accurate, MSDN style, comprehensive documentation by reflecting over the source assemblies and optionally integrating XML Documentation Comments. Sandcastle has the following key 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

Sandcastle is used internally to build .Net Framework documentation

http://www.microsoft.com/downloads/details.aspx?familyid=E82EA71D-DA89-42EE-A715-696E3A4873B2&displaylang=en


Create CHM or HxS build using Sandcastle

https://blogs.msdn.com/sandcastle/archive/2006/07/29/682398.aspx
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8691
  • AKA Daniel
Re: Sandcastle
« Reply #1 on: October 28, 2006, 11:32:36 PM »
This is cool stuff for documenting your apps. It’s a little time consuming to make the detailed comments, but its well worth it in the long run. I found a version of NDoc that works really well with .NET 2.0 , I’ll switch to Sandcastle once it has a GUI
 http://www.kynosarges.de/NDoc.html