~jaro/balkon

96f9cb996ba9947513bbfd6a99afc5d7903754db — Jaro 1 year, 1 month ago 0e0791b
Fix documentation: missing SpanOptions.
1 files changed, 2 insertions(+), 1 deletions(-)

M src/Data/Text/ParagraphLayout/Internal/Span.hs
M src/Data/Text/ParagraphLayout/Internal/Span.hs => src/Data/Text/ParagraphLayout/Internal/Span.hs +2 -1
@@ 27,7 27,7 @@ data Span = Span
    }
    deriving (Eq, Read, Show)

-- TODO: Add all relevant attributes.
-- | Defines options relevant to the layout of a single span of text.
data SpanOptions = SpanOptions

    { spanLanguage :: String


@@ 38,6 38,7 @@ data SpanOptions = SpanOptions
    -- Used for selecting the appropriate glyphs and line breaking rules,
    -- primarily in East Asian languages.

    -- TODO: Add all relevant attributes.
    }
    deriving (Eq, Read, Show)