From 7bd6242f049b49aa9959652168e6f92d90e2c8e3 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 25 Jul 2020 22:00:28 +0200 Subject: [PATCH] :memo: add more documentation --- doc/mkdocs/docs/api/basic_json/dump.md | 2 +- doc/mkdocs/docs/api/basic_json/index.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/mkdocs/docs/api/basic_json/dump.md b/doc/mkdocs/docs/api/basic_json/dump.md index 73d6b4286..7fe57f8c7 100644 --- a/doc/mkdocs/docs/api/basic_json/dump.md +++ b/doc/mkdocs/docs/api/basic_json/dump.md @@ -14,7 +14,7 @@ and `ensure_ascii` parameters. ## Parameters `indent` (in) -: If indent is nonnegative, then array elements and object +: If `indent` is nonnegative, then array elements and object members will be pretty-printed with that indent level. An indent level of `0` will only insert newlines. `-1` (the default) selects the most compact representation. diff --git a/doc/mkdocs/docs/api/basic_json/index.md b/doc/mkdocs/docs/api/basic_json/index.md index f34c20f9a..e60b621ab 100644 --- a/doc/mkdocs/docs/api/basic_json/index.md +++ b/doc/mkdocs/docs/api/basic_json/index.md @@ -1,5 +1,9 @@ # Overview +!!! note + + This page is under construction. + ## Member functions ### Object inspection