Skip to content

Commit

Permalink
swap docs for default vs. strictMode
Browse files Browse the repository at this point in the history
  • Loading branch information
cdunn2001 committed Apr 20, 2015
1 parent 441f8cd commit 56650e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/json/reader.h
Expand Up @@ -346,13 +346,13 @@ class JSON_API CharReaderBuilder : public CharReader::Factory {
/** Called by ctor, but you can use this to reset settings_.
* \pre 'settings' != NULL (but Json::null is fine)
* \remark Defaults:
* \snippet src/lib_json/json_reader.cpp CharReaderBuilderStrictMode
* \snippet src/lib_json/json_reader.cpp CharReaderBuilderDefaults
*/
static void setDefaults(Json::Value* settings);
/** Same as old Features::strictMode().
* \pre 'settings' != NULL (but Json::null is fine)
* \remark Defaults:
* \snippet src/lib_json/json_reader.cpp CharReaderBuilderDefaults
* \snippet src/lib_json/json_reader.cpp CharReaderBuilderStrictMode
*/
static void strictMode(Json::Value* settings);
};
Expand Down

0 comments on commit 56650e8

Please sign in to comment.