Skip to content

Commit

Permalink
fix doc, ignoreErrors() is set to true default
Browse files Browse the repository at this point in the history
  • Loading branch information
richardeakin committed Jan 25, 2015
1 parent cb130ba commit 265ae64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cinder/Json.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class JsonTree {
public:
//! Default options. Enables parsing errors.
ParseOptions();
//! Sets if JSON parse errors are ignored. Default \c true.
//! Sets if JSON parse errors are ignored. Default \c false.
ParseOptions& ignoreErrors( bool ignore = true );
//! Returns whether JSON parse errors are ignored.
bool getIgnoreErrors() const;
Expand Down

0 comments on commit 265ae64

Please sign in to comment.