How to Build Class Library Documentation
----------------------------------------

To make things easier for the project maintainers, we're now
generating the documentation for the toolkit classes automatically,
instead of updating it all by hand in a Word document. Since it
doesn't really make sense to keep something that can be generated
automatically in source control, we've provided instructions on how to
build the documenation yourself if you decided to build from source.

Prerequisites:
Sandcastle - http://www.sandcastledocs.com/Wiki%20Pages/Home.aspx
Sandcastle Help File Builder - http://www.codeplex.com/SHFB

Instructions:
- Start the Sandcastle Help File Builder
- Open ClassLibrary.shfb from the doc directory (that's this directory)
- From the Documentation menu, select Build Project
- To see the documentation, open up doc\ClassLibrary\Index.html in your web browser