-
Notifications
You must be signed in to change notification settings - Fork 443
Closed
Labels
bugformat: htmlAn issue/PR related to Dokka's default HTML output formatAn 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 codeAn 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)An 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 developmentAn issue that could be used to onboard team members specializing in frontend development
Milestone
Description
The annotation
@interface JavaAnnotationWithSpace{}
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 formatAn 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 codeAn 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)An 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 developmentAn issue that could be used to onboard team members specializing in frontend development