diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-19 01:16:35 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-19 01:16:35 +0100 |
| commit | b4b022940b908d8fe490b9f4f68bc60dcfb76cd2 (patch) | |
| tree | bc93a2f51295f97f971466ab87bdd763c0ed6002 /library/src/text | |
| parent | ba384e5bb6c2455eb431f6e1fcc8b98aca1e9879 (diff) | |
Syntax and example sections
Diffstat (limited to 'library/src/text')
| -rw-r--r-- | library/src/text/mod.rs | 1 | ||||
| -rw-r--r-- | library/src/text/raw.rs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/library/src/text/mod.rs b/library/src/text/mod.rs index 21dea8af..315de95d 100644 --- a/library/src/text/mod.rs +++ b/library/src/text/mod.rs @@ -30,6 +30,7 @@ use crate::prelude::*; /// # Parameters /// - family: EcoString (positional, variadic, settable) /// A prioritized sequence of font families. +/// /// - body: Content (positional, required) /// Content in which all text is styled according to the other arguments. /// diff --git a/library/src/text/raw.rs b/library/src/text/raw.rs index 74626588..55c29298 100644 --- a/library/src/text/raw.rs +++ b/library/src/text/raw.rs @@ -11,6 +11,7 @@ use crate::prelude::*; /// # Parameters /// - text: EcoString (positional, required) /// The raw text. +/// /// - block: bool (named) /// Whether the raw text is displayed as a separate block. /// |
