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

Dokka javadoc generates empty summary sections #4002

Open
TomerAberbach opened this issue Jan 17, 2025 · 0 comments
Open

Dokka javadoc generates empty summary sections #4002

TomerAberbach opened this issue Jan 17, 2025 · 0 comments
Labels

Comments

@TomerAberbach
Copy link

Describe the bug
Dokka javadoc generates empty summary sections for classes.

Expected behaviour
The sections should be omitted entirely.

Screenshots
See here for example: https://javadoc.io/doc/com.openai/openai-java-core/latest/com/openai/services/async/beta/AssistantServiceAsync.html

There are empty "Nested Class Summary", "Field Summary", etc. sections.

To Reproduce
Clone https://github.com/openai/openai-java and run ./gradlew openai-java-core:dokkaJavadoc

Dokka configuration
The project mentioned above simply has:

plugins {
    id("org.jetbrains.dokka") version "2.0.0"
}

subprojects {
    apply(plugin = "org.jetbrains.dokka")
}

Installation

  • Operating system: macOS
  • Build tool: Gradle v8.12
  • Dokka version: 2.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant