reorder FigureCaption fields

This commit is contained in:
cAttte 2025-06-13 23:33:16 -03:00
parent 64d0a564bf
commit 93663710ec
No known key found for this signature in database
GPG Key ID: 6C4CF3E707D35A66

View File

@ -503,6 +503,10 @@ pub struct FigureCaption {
#[default(OuterVAlignment::Bottom)]
pub position: OuterVAlignment,
/// The figure's supplement.
#[synthesized]
pub supplement: Option<Content>,
/// The separator which will appear between the number and body.
///
/// If set to `{auto}`, the separator will be adapted to the current
@ -542,10 +546,6 @@ pub struct FigureCaption {
#[synthesized]
pub kind: FigureKind,
/// The figure's supplement.
#[synthesized]
pub supplement: Option<Content>,
/// How to number the figure.
#[synthesized]
pub numbering: Option<Numbering>,