Merge branch 'master' into develop

This commit is contained in:
Jason Turner 2015-03-13 22:28:24 -06:00
commit 516ca8eec2

View File

@ -170,7 +170,7 @@
///
/// ~~~~~~~~~{.cpp}
/// chai.add_global_const(const_var(i), "i");
/// chai("def somefun() { print(i); }; sumfun();");
/// chai("def somefun() { print(i); }; somefun();");
/// ~~~~~~~~~
///
/// @subsubsection adding_functions Adding Functions