xo-unit: docs extension
This commit is contained in:
parent
74f36ad374
commit
d767675dd9
11 changed files with 130 additions and 39 deletions
|
|
@ -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
|
||||
**/
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue