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

Do not find javadoc for non-JVM source set #3346

Merged

Conversation

vmishenev
Copy link
Contributor

No description provided.

@vmishenev vmishenev linked an issue Nov 15, 2023 that may be closed by this pull request
@vmishenev vmishenev marked this pull request as ready for review November 16, 2023 13:23
Copy link
Contributor

@whyoleg whyoleg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@IgnatBeresnev IgnatBeresnev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍

Comment on lines +48 to +66
|/src/main/kotlin/sample/Parent.kt
|package sample
|
|/**
| * Sample description from parent
| */
|interface Parent {
| /**
| * Sample description from parent
| */
| val withHintType: String
|}
|
|/src/main/kotlin/sample/Child.kt
|package sample
|public class Child : Parent {
| override val withHintType: String
| get() = ""
|}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like such a common case that I don't know how it didn't backfire before 😨

@vmishenev vmishenev merged commit 610b552 into master Nov 22, 2023
9 checks passed
@vmishenev vmishenev deleted the vmishenev/3209-not-find-javadoc-for-non-JVM-sourse-set branch November 22, 2023 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

not able to suppress dokkaSourceSet jvmMain
3 participants