diff options
Diffstat (limited to 'library/src/meta')
| -rw-r--r-- | library/src/meta/figure.rs | 4 | ||||
| -rw-r--r-- | library/src/meta/outline.rs | 2 | ||||
| -rw-r--r-- | library/src/meta/query.rs | 2 |
3 files changed, 2 insertions, 6 deletions
diff --git a/library/src/meta/figure.rs b/library/src/meta/figure.rs index f23cbacc..5476b367 100644 --- a/library/src/meta/figure.rs +++ b/library/src/meta/figure.rs @@ -144,8 +144,6 @@ pub struct FigureElem { /// How to number the figure. Accepts a /// [numbering pattern or function]($func/numbering). - /// - /// Defaults to `{"1"}`. #[default(Some(NumberingPattern::from_str("1").unwrap().into()))] pub numbering: Option<Numbering>, @@ -155,8 +153,6 @@ pub struct FigureElem { /// Whether the figure should appear in an [`outline`]($func/outline) /// of figures. - /// - /// Defaults to `{true}`. #[default(true)] pub outlined: bool, diff --git a/library/src/meta/outline.rs b/library/src/meta/outline.rs index a45b2a34..3114aa38 100644 --- a/library/src/meta/outline.rs +++ b/library/src/meta/outline.rs @@ -127,7 +127,7 @@ pub struct OutlineElem { pub indent: bool, /// Content to fill the space between the title and the page number. Can be - /// set to `none` to disable filling. The default is `{repeat[.]}`. + /// set to `none` to disable filling. /// /// ```example /// #outline(fill: line(length: 100%)) diff --git a/library/src/meta/query.rs b/library/src/meta/query.rs index ca4304b5..ad7274f1 100644 --- a/library/src/meta/query.rs +++ b/library/src/meta/query.rs @@ -98,7 +98,7 @@ use crate::prelude::*; /// /// Display: Query /// Category: meta -/// Returns: content +/// Returns: array #[func] pub fn query( /// Can be an element function like a `heading` or `figure`, a `{<label>}` |
