Skip to content

ScalaDoc short line break problem. #8672

@scabug

Description

@scabug

Currently ScalaDoc prints the initial line of documentation with a button to expand to the full form.

It looks like the rule is to break after the first period.

So if we have the following doc:

"Version is 2.3.6. Next line here."

The first line displayed is "Version is 2."

It should ideally be "Version is 2.3.6."

This can be done by changing the break rule to first period followed by a blank space character (space, sol, tab, ...).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions