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

[1.4.20-multimodule-dev-3] Do not list non-overridden default methods in the documentation #1523

Closed
qwwdfsad opened this issue Oct 1, 2020 · 1 comment
Labels
bug feedback: Kotlin libs Feedback from Kotlin's internal libraries
Milestone

Comments

@qwwdfsad
Copy link
Contributor

qwwdfsad commented Oct 1, 2020

Describe the bug

Classes for some reason have their hashCode, equals and toString listed even when they do not override it and do not provide additional documentation.
This is also applicable for implementation via delegation, e.g. https://kotlin.github.io/kotlinx.serialization/kotlinx-serialization-json/kotlinx-serialization-json/kotlinx.serialization.json/-json-array/index.html

Expected behaviour
hashCode, toString, equals and delegated methods are not listed.

To Reproduce
kotlinx-serialization project, branch dokka-fixed-revisions, ./gradlew dokkaHtmlMultiModule

Dokka configuration

https://github.com/Kotlin/kotlinx.serialization/blob/dokka-fixed-revisions/gradle/dokka.gradle#L17

Installation

  • Operating system: macOS
  • Build tool: Gradle 6.3
  • Dokka version: 1.4.20-multimodule-dev-3
@qwwdfsad qwwdfsad added bug feedback: Kotlin libs Feedback from Kotlin's internal libraries labels Oct 1, 2020
@kamildoleglo kamildoleglo added this to the 1.4.20-1 milestone Oct 12, 2020
msink added a commit to msink/kotlin-libui that referenced this issue Oct 13, 2020
msink added a commit to msink/kotlin-libui that referenced this issue Oct 14, 2020
@kamildoleglo
Copy link
Contributor

Fixed by #1758

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug feedback: Kotlin libs Feedback from Kotlin's internal libraries
Projects
None yet
Development

No branches or pull requests

2 participants