mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
[build] Upgrade to Doxygen 1.15.0 (#8328)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user