xo-unit: docs: document xo::qty::dimension enum
This commit is contained in:
parent
1a2023a9a2
commit
28023d8a45
5 changed files with 37 additions and 7 deletions
16
docs/dimension-enum.rst
Normal file
16
docs/dimension-enum.rst
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.. _dimension:
|
||||
|
||||
Dimension
|
||||
=========
|
||||
|
||||
.. code-block:: cpp
|
||||
|
||||
#include <xo/unit/dimension.hpp>
|
||||
|
||||
Identifies an abstract dimension, for example *mass* or *time*.
|
||||
|
||||
.. doxygenenum:: xo::qty::dimension
|
||||
|
||||
.. doxygenvariable:: xo::qty::n_dim
|
||||
|
||||
.. doxygenfunction:: xo::qty::dim2str
|
||||
Loading…
Add table
Add a link
Reference in a new issue