From ec70b945eb7897013a162cf3c74305d9b62a6c3d Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Mon, 7 Oct 2024 16:06:25 -0700 Subject: [PATCH] Simplify Doxygen --- include/openPMD/auxiliary/JSON_internal.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/openPMD/auxiliary/JSON_internal.hpp b/include/openPMD/auxiliary/JSON_internal.hpp index a61164bfa1..f419842b0b 100644 --- a/include/openPMD/auxiliary/JSON_internal.hpp +++ b/include/openPMD/auxiliary/JSON_internal.hpp @@ -81,8 +81,9 @@ namespace json /** * @brief Access the underlying JSON value * - * @param arg See args, first arg, used to distinguish this overload. - * @param args Index to some sub-expression. Shortcut for + * See args, first arg, used to distinguish this overload. + * + * @param path Index to some sub-expression. Shortcut for * `tracingJSON[arg1][arg2][arg3].json()`. * @return nlohmann::json& */