mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +00:00
Join separated documentation for some interpreter C++ API types
The docs were living in the public header file while the enums/structs were defined in Rust. With the infrastructure of the parent commits we can join them together.
This commit is contained in:
parent
dc387553ba
commit
aadb755fd7
4 changed files with 72 additions and 88 deletions
|
@ -18,8 +18,6 @@ pub use sixtyfps_corelib::window::api::Window;
|
|||
|
||||
/// This enum represents the different public variants of the [`Value`] enum, without
|
||||
/// the contained values.
|
||||
// NOTE: The docs for ValueType are duplicated in sixtyfps_interpreter.h, for extraction by
|
||||
// Doxygen. Keep in sync!
|
||||
#[derive(Debug, Copy, Clone, PartialEq)]
|
||||
#[repr(i8)]
|
||||
pub enum ValueType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue