Remove empty spans/tags in HTML #3344
Labels
enhancement
An issue for a feature or an overall improvement
format: html
An issue/PR related to Dokka's default HTML output format
tech-debt
A technical issue that is not observable by the users, but improves maintainers quality of life
In some cases, Dokka may generate some empty tag (e.g.
<span></span>
). Usually, it depends on the presence/absence of some code constructions in user input.One area of improvement is
toSignatureString
, which produces an empty string for a missed element. That could be converted tonull
.The previous step is #3343
The text was updated successfully, but these errors were encountered: