[build] Upgrade to Doxygen 1.15.0 (#8328)

This commit is contained in:
Tyler Veness
2025-11-02 05:18:58 -08:00
committed by GitHub
parent 5eb3140f69
commit 3bdaeac3e1
6 changed files with 32 additions and 23 deletions

View File

@@ -1857,7 +1857,7 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec
@brief get a value (implicit)
Implicit type conversion between the JSON value and a compatible value.
The call is realized by calling @ref get() const.
The call is realized by calling @ref get().
@tparam ValueType non-pointer type compatible to the JSON value, for
instance `int` for JSON integer numbers, `bool` for JSON booleans, or