From e054d4df94feb16f99a4b1c29a1399c7590fd93b Mon Sep 17 00:00:00 2001 From: Miko <110693261+mikomikotaishi@users.noreply.github.com> Date: Thu, 21 May 2026 16:19:34 -0400 Subject: [PATCH] docs: Fix missing newline necessary in docs website (#5190) * Fix missing newline necessary in docs website Signed-off-by: Miko <110693261+mikomikotaishi@users.noreply.github.com> * Remove std export mention, as it no longer applies Signed-off-by: Miko <110693261+mikomikotaishi@users.noreply.github.com> --------- Signed-off-by: Miko <110693261+mikomikotaishi@users.noreply.github.com> --- docs/mkdocs/docs/features/modules.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/mkdocs/docs/features/modules.md b/docs/mkdocs/docs/features/modules.md index 6574a9221..53dc2b36f 100644 --- a/docs/mkdocs/docs/features/modules.md +++ b/docs/mkdocs/docs/features/modules.md @@ -28,6 +28,7 @@ It should be noted that as modules do not export macros, the `nlohmann.json` mod ## Exported symbols Only the following symbols are exported from `nlohmann.json`: + - `nlohmann::adl_serializer` - `nlohmann::basic_json` - `nlohmann::json` @@ -37,8 +38,3 @@ Only the following symbols are exported from `nlohmann.json`: - `nlohmann::to_string` - `nlohmann::literals::json_literals::operator""_json` - `nlohmann::literals::json_literals::operator""_json_pointer` - -The following specialisations of `std` symbols are also exported: -- `std::hash` -- `std::less` -- `std::swap`