Skip to content

Allow multiline documentation annotation #210

@stdweird

Description

@stdweird

currently

@documentation{
    desc = abc \
        def
}

works to support long descriptions; but it generates the additional indentation as part of the text and is a bit annoying.
better to support split based on indentation, eg

@documentation{
    desc = abc
               def
}

(which currently generates an error; so no real backwards incompatible behaviour)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions