xo-unit: ++ doxygen decors on quantity members

This commit is contained in:
Roland Conybeare 2024-04-05 01:43:52 -04:00
commit 0c355d3e8b
2 changed files with 290 additions and 61 deletions

View file

@ -239,6 +239,7 @@ namespace xo {
// ----- weight -----
/** @brief a unit type representing 1mg (10^-3 grams) **/
using milligram = wrap_unit< std::ratio<1>,
bpu_node< bpu<dim::mass,
std::ratio<1, 1000>> > >;