xo-tokenizer2/docs
2024-04-17 20:55:19 -04:00
..
_static xo-unit: docs: + _static dir 2024-04-03 14:58:11 -04:00
CMakeLists.txt xo-unit: docs: cmakefile deps ++ cover quantity features 2024-04-05 01:45:17 -04:00
conf.py xo-unit: docs: bugfix: missing sphinx conf.py 2024-04-02 17:30:16 -04:00
Doxyfile.in xo-unit: docs: switch doxygen label font Helvetica->lato 2024-04-03 17:23:05 -04:00
examples.rst xo-unit: docs: cmakefile deps ++ cover quantity features 2024-04-05 01:45:17 -04:00
glossary.rst xo-unit: docs: + sphinx + breathe + expand docs 2024-04-02 17:29:10 -04:00
index.rst xo-unit: docs: cmakefile deps ++ cover quantity features 2024-04-05 01:45:17 -04:00
install.rst xo-unit: docs: + sphinx + breathe + expand docs 2024-04-02 17:29:10 -04:00
quantity-class.rst xo-unit: cosmetic doc tweaks 2024-04-17 20:55:19 -04:00
quantity-factoryfunctions.rst xo-unit: docs: cmakefile deps ++ cover quantity features 2024-04-05 01:45:17 -04:00
quantity-reference.rst xo-unit: docs: cmakefile deps ++ cover quantity features 2024-04-05 01:45:17 -04:00
quantity-unitvars.rst xo-unit: docs: cmakefile deps ++ cover quantity features 2024-04-05 01:45:17 -04:00
README xo-unit: docs: cmakefile deps ++ cover quantity features 2024-04-05 01:45:17 -04:00
unit-concept.rst xo-unit: docs: cmakefile deps ++ cover quantity features 2024-04-05 01:45:17 -04:00
unit-quantities.rst xo-unit: docs: cmakefile deps ++ cover quantity features 2024-04-05 01:45:17 -04:00
unit-reference.rst xo-unit: docs: cmakefile deps ++ cover quantity features 2024-04-05 01:45:17 -04:00

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}