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

Fix Dokka documentation for Kotlin+Java projects #357

Merged
merged 6 commits into from
Apr 19, 2022

Conversation

tripolkaandrey
Copy link
Contributor

The PR which extended our Dokka support did not fully cover all edge-cases of generating documentation. One was found during generating documentation for a multi-language project with both Java and Kotlin source files. Currently, Dokka does not allow a clear and concise way to generate documentation for both Java+Kotlin projects. You are either "seeing Java code as Kotlin" or vice versa. Now we are sticking to generating documentation for Java code. This PR is fixing the described issue by considering only Java source files when generating Dokka documentation via dokka-for-java script plugin. Also, this PR bumps spine-dokka-extensions.

Copy link
Contributor

@armiol armiol left a comment

Choose a reason for hiding this comment

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

LGTM.

@tripolkaandrey tripolkaandrey merged commit 0b24dc3 into master Apr 19, 2022
@alexander-yevsyukov alexander-yevsyukov deleted the fix-dokka-multilanguage branch April 28, 2022 17:48
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.

None yet

2 participants