commentStyle None

Christopher Dunn 2015-02-20 11:53:12 -06:00
parent f50834649f
commit ccb86d20f9

@ -16,6 +16,9 @@ Json::Reader reader(Json::Features::strictMode());
``` ```
See e.g. [https://github.com/open-source-parsers/jsoncpp/issues/39 issue #39]. See e.g. [https://github.com/open-source-parsers/jsoncpp/issues/39 issue #39].
== Why has the formatting changed to write a single value per line? =
You need *commentStyle* `"None"`. See [issue #181](https://github.com/open-source-parsers/jsoncpp/issues/181).
= Project = = Project =
== Where are the API docs? == == Where are the API docs? ==
In a separate repo, to minimize the size of the code repo. In a separate repo, to minimize the size of the code repo.