From cf7dab42c364b12497c3e5c1e9542d6d48128bc3 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 11 May 2020 12:38:50 +0200 Subject: [PATCH] doxygen link resolution failure fixed --- src/include/units/concepts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/units/concepts.h b/src/include/units/concepts.h index ffd729f0..ce5bae13 100644 --- a/src/include/units/concepts.h +++ b/src/include/units/concepts.h @@ -196,7 +196,7 @@ using dimension_unit = detail::dimension_unit_impl::type; * @brief A concept matching only units of a specified dimension. * * Satisfied by all unit types that satisfy `Unit`, `Dimension`, and for which - * `U::reference` and `dimension_unit::reference` denote the same unit type. + * `U::reference` and @c dimension_unit::reference denote the same unit type. * * @tparam U Type to verify. * @tparam D Dimension type to use for verification.