Skip to content

Commit f56c6e2

Browse files
authored
Update documentation for the next release (#4216)
1 parent 360ce45 commit f56c6e2

143 files changed

Lines changed: 217 additions & 186 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 30 additions & 0 deletions

include/nlohmann/adl_serializer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// | | |__ | | | | | | version 3.11.2
44
// |_____|_____|_____|_|___| https://github.com/nlohmann/json
55
//
6-
// SPDX-FileCopyrightText: 2013-2022 Niels Lohmann <https://nlohmann.me>
6+
// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
77
// SPDX-License-Identifier: MIT
88

99
#pragma once

include/nlohmann/byte_container_with_subtype.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// | | |__ | | | | | | version 3.11.2
44
// |_____|_____|_____|_|___| https://github.com/nlohmann/json
55
//
6-
// SPDX-FileCopyrightText: 2013-2022 Niels Lohmann <https://nlohmann.me>
6+
// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
77
// SPDX-License-Identifier: MIT
88

99
#pragma once

include/nlohmann/detail/abi_macros.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// | | |__ | | | | | | version 3.11.2
44
// |_____|_____|_____|_|___| https://github.com/nlohmann/json
55
//
6-
// SPDX-FileCopyrightText: 2013-2022 Niels Lohmann <https://nlohmann.me>
6+
// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
77
// SPDX-License-Identifier: MIT
88

99
#pragma once

include/nlohmann/detail/conversions/from_json.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// | | |__ | | | | | | version 3.11.2
44
// |_____|_____|_____|_|___| https://github.com/nlohmann/json
55
//
6-
// SPDX-FileCopyrightText: 2013-2022 Niels Lohmann <https://nlohmann.me>
6+
// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
77
// SPDX-License-Identifier: MIT
88

99
#pragma once

include/nlohmann/detail/conversions/to_chars.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// |_____|_____|_____|_|___| https://github.com/nlohmann/json
55
//
66
// SPDX-FileCopyrightText: 2009 Florian Loitsch <https://florian.loitsch.com/>
7-
// SPDX-FileCopyrightText: 2013-2022 Niels Lohmann <https://nlohmann.me>
7+
// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
88
// SPDX-License-Identifier: MIT
99

1010
#pragma once

include/nlohmann/detail/conversions/to_json.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// | | |__ | | | | | | version 3.11.2
44
// |_____|_____|_____|_|___| https://github.com/nlohmann/json
55
//
6-
// SPDX-FileCopyrightText: 2013-2022 Niels Lohmann <https://nlohmann.me>
6+
// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
77
// SPDX-License-Identifier: MIT
88

99
#pragma once

include/nlohmann/detail/exceptions.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// | | |__ | | | | | | version 3.11.2
44
// |_____|_____|_____|_|___| https://github.com/nlohmann/json
55
//
6-
// SPDX-FileCopyrightText: 2013-2022 Niels Lohmann <https://nlohmann.me>
6+
// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
77
// SPDX-License-Identifier: MIT
88

99
#pragma once

include/nlohmann/detail/hash.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// | | |__ | | | | | | version 3.11.2
44
// |_____|_____|_____|_|___| https://github.com/nlohmann/json
55
//
6-
// SPDX-FileCopyrightText: 2013-2022 Niels Lohmann <https://nlohmann.me>
6+
// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
77
// SPDX-License-Identifier: MIT
88

99
#pragma once

include/nlohmann/detail/input/binary_reader.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// | | |__ | | | | | | version 3.11.2
44
// |_____|_____|_____|_|___| https://github.com/nlohmann/json
55
//
6-
// SPDX-FileCopyrightText: 2013-2022 Niels Lohmann <https://nlohmann.me>
6+
// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
77
// SPDX-License-Identifier: MIT
88

99
#pragma once

0 commit comments

Comments
 (0)