diff --git a/include/nlohmann/json.hpp b/include/nlohmann/json.hpp index 2f9204210..69d65d0d1 100644 --- a/include/nlohmann/json.hpp +++ b/include/nlohmann/json.hpp @@ -7090,7 +7090,7 @@ class basic_json /*! @brief remove element from a JSON tree given a pointer - Removes elements from a JSON tree with the pointer value @ptr + Removes elements from a JSON tree with the pointer value @a ptr @param[in] ptr pointer to the value to remove