From b2c927dab3edcee986febd28af22344fe587345c Mon Sep 17 00:00:00 2001 From: Neil Gatenby <13014710+NeilGatenby@users.noreply.github.com> Date: Mon, 9 Sep 2019 10:24:19 +0100 Subject: [PATCH] Update json.hpp Remove erroneous double @ref --- include/nlohmann/json.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nlohmann/json.hpp b/include/nlohmann/json.hpp index f5210a6b3..08feb76a8 100644 --- a/include/nlohmann/json.hpp +++ b/include/nlohmann/json.hpp @@ -1225,7 +1225,7 @@ class basic_json - @a CompatibleType is not a different @ref basic_json type (i.e. with different template arguments) - @a CompatibleType is not a @ref basic_json nested type (e.g., @ref json_pointer, @ref iterator, etc ...) - - @ref @ref json_serializer has a + - @ref json_serializer has a `to_json(basic_json_t&, CompatibleType&&)` method @tparam U = `uncvref_t`