diff --git a/include/xo/unit/Quantity.hpp b/include/xo/unit/Quantity.hpp index 2ca43ecb..84807aa4 100644 --- a/include/xo/unit/Quantity.hpp +++ b/include/xo/unit/Quantity.hpp @@ -11,7 +11,7 @@ namespace xo { namespace qty { - /** @class quantity + /** @class Quantity * @brief represent a scalar quantity with attached units. enforce dimensional consistency. * * Constexpr implementation, but units are explicitly represented: @@ -20,6 +20,8 @@ namespace xo { * Explicit unit representation allows introducing units at runtime, * for example in python bindings * + * See xo::qty::quantity<> for implementation with units established at compile time + * * Require: * - Repr supports numeric operations (+, -, *, /) * - Repr supports conversion from double.