xo-expression2/docs
2024-04-03 17:25:55 -04:00
..
_static xo-unit: docs: + _static dir 2024-04-03 14:58:11 -04:00
classes.rst xo-unit: docs: bugfix: fix xo::unit::quantity ref 2024-04-02 17:30:35 -04:00
CMakeLists.txt xo-unit: build: + custom 'docs' target, same as 'sphinx' 2024-04-03 15:00:01 -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: + written-out examples 2024-04-03 17:25:55 -04:00
glossary.rst xo-unit: docs: + sphinx + breathe + expand docs 2024-04-02 17:29:10 -04:00
index.rst xo-unit: docs: + sphinx + breathe + expand docs 2024-04-02 17:29:10 -04:00
install.rst xo-unit: docs: + sphinx + breathe + expand docs 2024-04-02 17:29:10 -04:00
README xo-unit: docs: + README 2024-04-03 17:25:34 -04:00

map

   index.rst
   +- install.rst
   +- examples.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}