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.