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

Add dokkaSourceSets includes configuration to MultiModule sample #3544

Open
Zumisha opened this issue Mar 19, 2024 · 2 comments
Open

Add dokkaSourceSets includes configuration to MultiModule sample #3544

Zumisha opened this issue Mar 19, 2024 · 2 comments
Labels
enhancement An issue for a feature or an overall improvement

Comments

@Zumisha
Copy link

Zumisha commented Mar 19, 2024

The solution will allow you to identify generation problems when testing future releases.

// subpoject build.gradle.kts

tasks.withType<DokkaTaskPartial>().configureEach {
    dokkaSourceSets.configureEach {
        includes.from(file("package-info.md"))
    }
}
// subpoject package-info.md

# Sample Module

Sample description

# Package com.sample.models
Data models
@Zumisha
Copy link
Author

Zumisha commented Mar 19, 2024

Related bug #3543

@Zumisha
Copy link
Author

Zumisha commented Mar 19, 2024

Related bug #3545

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An issue for a feature or an overall improvement
Projects
None yet
Development

No branches or pull requests

1 participant