Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiline documentation annotation #210

Open
stdweird opened this issue Aug 7, 2018 · 0 comments
Open

Allow multiline documentation annotation #210

stdweird opened this issue Aug 7, 2018 · 0 comments

Comments

@stdweird
Copy link
Member

stdweird commented Aug 7, 2018

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant