xo-alloc/xo-tokenizer/docs
2025-06-22 16:18:46 -05:00
..
CMakeLists.txt xo-tokenizer: tokenrepl example + docs 2025-06-22 16:18:46 -05:00
examples.rst xo-tokenizer: tokenrepl example + docs 2025-06-22 16:18:46 -05:00
index.rst xo-tokenizer: tokenrepl example + docs 2025-06-22 16:18:46 -05:00
install.rst xo-tokenizer: tokenrepl example + docs 2025-06-22 16:18:46 -05:00
README xo-tokenizer: tokenrepl example + docs 2025-06-22 16:18:46 -05:00

standalone 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                            |
                 +---------------------------------------+

umbrella build relies on top-level cmake macros

files

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