xo-umbrella2/xo-alloc2/docs
Roland Conybeare 6a82040d48 git subrepo clone git@github.com:Rconybea/xo-alloc2.git xo-alloc2
subrepo:
  subdir:   "xo-alloc2"
  merged:   "4039c29f"
upstream:
  origin:   "git@github.com:Rconybea/xo-alloc2.git"
  branch:   "main"
  commit:   "4039c29f"
git-subrepo:
  version:  "0.4.9"
  origin:   "???"
  commit:   "???"
2026-06-06 22:01:14 -04:00
..
_static git subrepo clone git@github.com:Rconybea/xo-alloc2.git xo-alloc2 2026-06-06 22:01:14 -04:00
AAllocator-reference.rst git subrepo clone git@github.com:Rconybea/xo-alloc2.git xo-alloc2 2026-06-06 22:01:14 -04:00
AAllocIterator-reference.rst git subrepo clone git@github.com:Rconybea/xo-alloc2.git xo-alloc2 2026-06-06 22:01:14 -04:00
AllocInfo-reference.rst git subrepo clone git@github.com:Rconybea/xo-alloc2.git xo-alloc2 2026-06-06 22:01:14 -04:00
ArenaConfig-reference.rst git subrepo clone git@github.com:Rconybea/xo-alloc2.git xo-alloc2 2026-06-06 22:01:14 -04:00
CMakeLists.txt git subrepo clone git@github.com:Rconybea/xo-alloc2.git xo-alloc2 2026-06-06 22:01:14 -04:00
cmpresult-reference.rst git subrepo clone git@github.com:Rconybea/xo-alloc2.git xo-alloc2 2026-06-06 22:01:14 -04:00
conf.py git subrepo clone git@github.com:Rconybea/xo-alloc2.git xo-alloc2 2026-06-06 22:01:14 -04:00
DArena-reference.rst git subrepo clone git@github.com:Rconybea/xo-alloc2.git xo-alloc2 2026-06-06 22:01:14 -04:00
DArenaIterator-reference.rst git subrepo clone git@github.com:Rconybea/xo-alloc2.git xo-alloc2 2026-06-06 22:01:14 -04:00
examples.rst git subrepo clone git@github.com:Rconybea/xo-alloc2.git xo-alloc2 2026-06-06 22:01:14 -04:00
glossary.rst git subrepo clone git@github.com:Rconybea/xo-alloc2.git xo-alloc2 2026-06-06 22:01:14 -04:00
IAllocator_Xfer-reference.rst git subrepo clone git@github.com:Rconybea/xo-alloc2.git xo-alloc2 2026-06-06 22:01:14 -04:00
implementation.rst git subrepo clone git@github.com:Rconybea/xo-alloc2.git xo-alloc2 2026-06-06 22:01:14 -04:00
index.rst git subrepo clone git@github.com:Rconybea/xo-alloc2.git xo-alloc2 2026-06-06 22:01:14 -04:00
README git subrepo clone git@github.com:Rconybea/xo-alloc2.git xo-alloc2 2026-06-06 22:01:14 -04:00

build

        +-----------------------------------------------+
        | cmake                                         |
        |   CMakeLists.txt                              |
        |   $PREFIX/share/cmake/xo_macros/xo_cxx.cmake  |
        +-----------------------------------------------+
           |
           |                                                  +----------------------+
           +------------------------------------------------->| .build/docs/Doxyfile |
           |                                                  +----------------------+
           |                                                     |
           |                                        /------------/
           |                                        |
           |                                        v
           |     +---------------------------------------+    +-----------------+
           +---->| doxygen                               |--->| .build/docs/dox |
           |     |   $PREFIX/share/xo-macros/Doxyfile.in |    |   +- html/      |
           |     +---------------------------------------+    |   +- xml/       |
           |                                                  +-----------------+
           |                                                     |
           |                                        /------------/
           |                                        |
           |                                        v
           |     +---------------------------------------+    +--------------------+
           \---->| sphinx                                |--->| .build/docs/sphinx |
                 |   +- conf.py                          |    |   +- html/         |
                 |   +- _static/                         |    +--------------------+
                 |   +- *.rst                            |
                 +---------------------------------------+

files

   README            this file
   CMakeLists.txt    build entry point
   conf.py           sphinx config
   _static           static files for sphinx

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}