Updated Home (markdown)

RedRoboHood 2015-05-10 13:38:48 -04:00
parent faf5fdb414
commit 95b4bfcbad

@ -54,7 +54,7 @@ std::string my_encoding = root.get("my-encoding", "UTF-32" ).asString();
// there is no such member.
const Json::Value my_plugins = root["my-plug-ins"];
for ( int index = 0; index < my_plugins.size(); ++index ) // Iterates over the sequence elements.
yourib::loadPlugIn( my_plugins[index].asString() );
yourlib::loadPlugIn( my_plugins[index].asString() );
yourlib::setIndentLength( root["my-indent"].get("length", 3).asInt() );
yourlib::setIndentUseSpace( root["my-indent"].get("use_space", true).asBool() );