From bbd337ba35dfe2afba940c5f797b0dc7900d4ac1 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 14 May 2020 13:55:34 +0200 Subject: [PATCH] base_dimension documentation updated --- src/include/units/base_dimension.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/units/base_dimension.h b/src/include/units/base_dimension.h index 08a698be..57900028 100644 --- a/src/include/units/base_dimension.h +++ b/src/include/units/base_dimension.h @@ -51,8 +51,8 @@ template requires U::is_named struct base_dimension { using base_type_workaround = base_dimension; // TODO Replace with is_base_dimension when fixed - static constexpr auto symbol = Symbol; - using base_unit = U; + static constexpr auto symbol = Symbol; ///< Unique base dimension identifier + using base_unit = U; ///< Base unit adopted for this dimension }; // base_dimension_less