slint/api/cpp/docs/language.rst
Olivier Goffart 9fa59d38cd Generate the enum documentation based of the common/enums.rs
So that makes it harder to forget to update the docs

Note that the new builtin_enums.md does not contain a `### Values`
section header anymore. Also some enum where documented with the full
enum value (such as `TextHorizontalAlignment.left`) while now this
is omitted

The CI should fail if one forget to run `cargo xtask enumdocs` after
adding an enum or changing the docs
2022-05-13 13:15:51 +02:00

13 lines
352 B
ReStructuredText

.. Copyright © SixtyFPS GmbH <info@slint-ui.com>
.. SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
The .slint UI Design Language
==========================
.. toctree::
Language Reference<markdown/langref.md>
markdown/builtin_elements.md
markdown/builtin_enums.md
markdown/widgets.md
markdown/layouting.md