slint/api/cpp/docs
Simon Hausmann 9582168d94 Fix broken links to C++ types in C++ Type mapping documentation
The links to slint::Color (and other types) was coded to their direct
.html file name, so for example classslint_1_1_color.html.
Unfortunately in the CI the class name became classslint_1_1color.html
and therefore the links on our website were broken.

Now my-st parser has a way of resolving links in markdown to references,
basically {cpp:class}`slint::Color`. Unfortunately that link resolution
is not working when used inside markdown tables.

Therefore this patch converts the entire table to restructured text,
where we can use native references to hopefully always generate the
correct links, regardless of the doxygen/breathe/exhale version.
2022-03-31 21:48:27 +02:00
..
_static [reorg]: Move api/sixtyfps-rs/sixtyfps-* into api/rs 2022-01-31 18:24:33 +01:00
_templates Update the injected scripts to the new name 2022-02-02 12:26:55 +01:00
.gitignore Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
cmake.md Point C++ users to the new release/0.2 branch 2022-03-10 11:08:58 +01:00
conf.py Bump version number to 0.2.2 2022-03-10 08:48:33 +00:00
cpp_migration.md Document the feature renaming in the migration guides 2022-02-08 14:47:25 +01:00
generated_code.md Docs: add a note that only exported global from the main file are exposed 2022-02-09 14:49:20 +01:00
genindex.rst Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
getting_started.md Point C++ users to the new release/0.2 branch 2022-03-10 11:08:58 +01:00
index.rst Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
language.rst Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
overview.md SixtyFPS -> Slint in the C++ documentation 2022-02-02 15:19:13 +01:00
Pipfile Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
types.md Fix broken links to C++ types in C++ Type mapping documentation 2022-03-31 21:48:27 +02:00