xo-unit: docs: comment tweaks

This commit is contained in:
Roland Conybeare 2024-04-17 20:52:31 -04:00
commit b56cd3e390
2 changed files with 2 additions and 6 deletions

View file

@ -21,7 +21,7 @@ namespace xo {
* (1usd + 1eur) is well-defined, but (1sec + 1m) is not.
**/
currency,
/** a screen price. dimensionless **/
/** a screen price **/
price,
};

View file

@ -11,13 +11,9 @@ namespace xo {
*
* Intended to include at least:
* - built-in integral and floating-point types
* - boost::rational<U>
* - std::complex<U>
* - xo::raio<U>
* - xo::unit::quantity<U,R>
*
* This implies we don't require T to be totally ordered,
* and don't require (<,<=,>=,>) operators.
*
* Intend numeric_concept to apply to types suitable for
* xo::unit::quantity::repr_type.
**/