mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00
![]() This change makes the start of sharing the docs for the `TimerMode` enum between Rust and C++. The reference to Timer::start in there works as both doxygen and rustdoc find the right reference, but this needs careful editing in the future and double-checking! Another "caveat" is that the docs for the TimerMode enum say that the enum is defined in the file "sixtyfps_generated_public.h", which is correct as-is but not as pretty as "sixtyfps.h". I tried various ways with \file and \includedoc, but couldn't get it working differently. To implement this, the cppdocs steps now also runs cbindgen and cbindgen generates a new sixtyfps_generated_public.h file that contains types we do want to have in the public sixtyfps namespace. |
||
---|---|---|
.. | ||
_static | ||
_templates | ||
.gitignore | ||
cmake.md | ||
conf.py | ||
generated_code.md | ||
genindex.rst | ||
getting_started.md | ||
index.rst | ||
language.rst | ||
logo.drawio.svg | ||
overview.md | ||
Pipfile | ||
types.md |