slint/api/sixtyfps-cpp/docs
Simon Hausmann 65ff715fbc Make C++ documentation generation an xtask
Tear it out of the CMakeLists.txt and instead run it via

    cargo xtask cppdocs

This allows the build_and_test step in the CI to only run cmake for the
library/header related bits and the docs_and_demos step to only generate
docs and not require a full host build of the library (as cargo xtask
cmake would otherwise do).
2020-09-01 17:03:55 +02:00
..
.gitignore Improve C++ documentation shell 2020-08-24 17:07:04 +02:00
conf.py Make C++ documentation generation an xtask 2020-09-01 17:03:55 +02:00
index.rst Update license header to mention that commertial option are available 2020-08-26 13:23:42 +02:00
Pipfile Improve C++ documentation shell 2020-08-24 17:07:04 +02:00