Skip to content

An extra space before Java declarations without access moidifier #3095

@atyrin

Description

@atyrin

The annotation

@interface JavaAnnotationWithSpace{}

rendered in Dokka as
image

But fine for

public @interface JavaAnnotationWithSpace{}

NB: For rendering such declaration extra settings required

tasks.dokkaHtml.configure {
    dokkaSourceSets {
        configureEach {
             // ...
            documentedVisibilities.set(
                setOf(
                    // ...
                    org.jetbrains.dokka.DokkaConfiguration.Visibility.PACKAGE
                )
            )
        }
    }
}

Installation

  • Dokka version: 1.9.0 / 1.8.20

Metadata

Metadata

Assignees

Labels

bugformat: htmlAn issue/PR related to Dokka's default HTML output formathtml: backendAn issue/PR that affects the HTML format, but requires changes in common (content) Kotlin codehtml: frontendAn issue/PR that only or primarily requires frontend work (html/css)topic: frontend onboardingAn issue that could be used to onboard team members specializing in frontend development

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions