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

Remove empty spans/tags in HTML #3344

Open
atyrin opened this issue Nov 14, 2023 · 0 comments
Open

Remove empty spans/tags in HTML #3344

atyrin opened this issue Nov 14, 2023 · 0 comments
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

Comments

@atyrin
Copy link
Contributor

atyrin commented Nov 14, 2023

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

@atyrin atyrin added enhancement An issue for a feature or an overall improvement tech-debt A technical issue that is not observable by the users, but improves maintainers quality of life labels Nov 14, 2023
@IgnatBeresnev IgnatBeresnev added the format: html An issue/PR related to Dokka's default HTML output format label Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants