We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
./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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Installation
The text was updated successfully, but these errors were encountered: