From a6496a970ed32ee3da6c1de4c6102fa12841415f Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 28 Apr 2024 16:01:29 -0400 Subject: [PATCH] xo-unit: minor tidy --- include/xo/unit/Quantity.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.