-
Notifications
You must be signed in to change notification settings - Fork 471
Open
Labels
enhancementAn issue for a feature or an overall improvementAn issue for a feature or an overall improvementformat: htmlAn issue/PR related to Dokka's default HTML output formatAn issue/PR related to Dokka's default HTML output formattech-debtA technical issue that is not observable by the users, but improves maintainers quality of lifeA technical issue that is not observable by the users, but improves maintainers quality of life
Description
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 to null.
The previous step is #3343
Metadata
Metadata
Assignees
Labels
enhancementAn issue for a feature or an overall improvementAn issue for a feature or an overall improvementformat: htmlAn issue/PR related to Dokka's default HTML output formatAn issue/PR related to Dokka's default HTML output formattech-debtA technical issue that is not observable by the users, but improves maintainers quality of lifeA technical issue that is not observable by the users, but improves maintainers quality of life