xo-unit: docs extension

This commit is contained in:
Roland Conybeare 2024-05-07 21:48:48 -04:00
commit d767675dd9
11 changed files with 130 additions and 39 deletions

View file

@ -5,7 +5,7 @@
namespace xo {
namespace unit {
/** @class basis_unit
/** @class mpl_basis_unit
*
* @brief A dimensionless multiple with natively-specified (i.e. at compile-time) dimension
**/

View file

@ -495,7 +495,7 @@ namespace xo {
}
/** @addtogroup quantity-unit-conversion **/
/** @addtogroup mpl-quantity-unit-conversion **/
///@{
/** @brief convert to quantity with same dimension, different {unit_type, repr_type}
*
@ -513,7 +513,7 @@ namespace xo {
}
///@}
/** @defgroup quantity-print-support **/
/** @defgroup mpl-quantity-print-support **/
///@{
/** @brief write printed representation on stream
*
@ -524,7 +524,7 @@ namespace xo {
}
///@}
/** @defgroup quantity-assignment **/
/** @defgroup mpl-quantity-assignment **/
///@{
/** @brief copy constructor **/
quantity & operator=(quantity const & x) = default;