slint/api/sixtyfps-cpp/docs
Simon Hausmann 174fd2659f Remove some duplication in the documentation of API that's shared between Rust and C++
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.
2022-01-05 16:32:55 +01:00
..
_static Apply pre-commit hooks to all files 2021-08-17 22:38:16 +02:00
_templates Apply pre-commit hooks to all files 2021-08-17 22:38:16 +02:00
.gitignore Apply pre-commit hooks to all files 2021-08-17 22:38:16 +02:00
cmake.md Update version number in docs in preparation for the release 2021-11-24 14:10:16 +01:00
conf.py Remove some duplication in the documentation of API that's shared between Rust and C++ 2022-01-05 16:32:55 +01:00
generated_code.md Add a section to the C++ intepreter intro about global singletons 2021-08-27 17:14:57 +02:00
genindex.rst Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
getting_started.md Update version number in docs in preparation for the release 2021-11-24 14:10:16 +01:00
index.rst Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
language.rst Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
logo.drawio.svg Update copy of the SixtyFPS logo 2021-09-08 17:31:47 +02:00
overview.md Add a section to the C++ intepreter intro about global singletons 2021-08-27 17:14:57 +02:00
Pipfile Switch the markdown processor for C++ to myst_parser 2021-07-01 10:30:51 +02:00
types.md Mention the bool type in the docs 2021-09-24 09:26:00 +02:00