doxygen link resolution failure fixed

This commit is contained in:
Mateusz Pusz
2020-05-11 12:38:50 +02:00
parent e622529fd9
commit cf7dab42c3

View File

@@ -196,7 +196,7 @@ using dimension_unit = detail::dimension_unit_impl<D>::type;
* @brief A concept matching only units of a specified dimension.
*
* Satisfied by all unit types that satisfy `Unit<U>`, `Dimension<D>`, and for which
* `U::reference` and `dimension_unit<D>::reference` denote the same unit type.
* `U::reference` and @c dimension_unit<D>::reference denote the same unit type.
*
* @tparam U Type to verify.
* @tparam D Dimension type to use for verification.