mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 23:27:22 +00:00
docs: Rename "Slint language Reference" to "Slint Language Documentation"
This commit is contained in:
parent
8afdead15b
commit
39d215bee0
8 changed files with 9 additions and 9 deletions
|
@ -513,7 +513,7 @@ pub use crate::SharedString;
|
|||
/// Palette::get(&app).set_foreground_color(slint::Color::from_rgb_u8(255, 255, 255));
|
||||
/// ```
|
||||
///
|
||||
#[doc = concat!("See also the [language reference for global singletons](https://slint-ui.com/releases/", env!("CARGO_PKG_VERSION"), "/doc/slint/src/globals.html) for more information.")]
|
||||
#[doc = concat!("See also the [language documentation for global singletons](https://slint-ui.com/releases/", env!("CARGO_PKG_VERSION"), "/doc/slint/src/globals.html) for more information.")]
|
||||
///
|
||||
/// **Note:** Only globals that are exported or re-exported from the main .slint file will
|
||||
/// be exposed in the API
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue