| .. | ||
| _static | ||
| CMakeLists.txt | ||
| conf.py | ||
| dimension-enum.rst | ||
| examples.rst | ||
| glossary.rst | ||
| implementation.rst | ||
| index.rst | ||
| install.rst | ||
| quantity-class.rst | ||
| quantity-factoryfunctions.rst | ||
| quantity-reference.rst | ||
| quantity-unitvars.rst | ||
| README | ||
| unit-concept.rst | ||
| unit-quantities.rst | ||
| unit-reference.rst | ||
map
index.rst
+- install.rst
+- examples.rst
+- unit-quantities.rst
+- classes.rst
+- glossary.rst
examples
.. doxygenclass:: ${c++ class name}
:project:
:path:
:members:
:protected-members:
:private-members:
:undoc-members:
:member-groups:
:members-only:
:outline:
:no-link:
:allow-dot-graphs:
.. doxygendefine:: ${c preprocessor define}
.. doxygenconcept:: ${c++ concept definition}
.. doxygenenum:: ${c++ enum definition}
.. doxygenfunction:: ${c++ function name}