mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 23:27:22 +00:00
![]() 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. |
||
---|---|---|
.. | ||
_static | ||
_templates | ||
.gitignore | ||
cmake.md | ||
conf.py | ||
cpp_migration.md | ||
generated_code.md | ||
genindex.rst | ||
getting_started.md | ||
index.rst | ||
language.rst | ||
overview.md | ||
Pipfile | ||
types.md |