More documentation updates and additions to getting started guide

This commit is contained in:
Jason Turner
2011-05-22 12:08:24 -06:00
parent 319f9e4de9
commit 897385953c
7 changed files with 322 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ namespace chaiscript
{
/// If threading is enabled, then this namespace contains boost::thread classes.
/// If threading is not enabled, then stubbed in wrappers that do nothing are provided.
/// This allows us to avoid #ifdef code in the sections that need thread safety.
/// This allows us to avoid \#ifdef code in the sections that need thread safety.
namespace threading
{