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)