-
Notifications
You must be signed in to change notification settings - Fork 614
Improve kotlindoc rendering. #1777
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
Conversation
Specifically allows SDKs to declare dependencies via `javadocClasspath` configuration for the dokka run to make `{@link}` tags render properly. Depends on https://android-review.googlesource.com/c/platform/external/dokka/+/1365296 for rendering to work correctly.
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (d7087e0d) is created by Prow via merging commits: 37dd2b1 0c1ca6f. |
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with Head commit (d7087e0d) is created by Prow via merging commits: 37dd2b1 0c1ca6f. |
/retest |
@vkryachko: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Specifically allows SDKs to declare dependencies via
javadocClasspath
configuration for the dokka run to make
{@link}
tags render properly.Depends on https://android-review.googlesource.com/c/platform/external/dokka/+/1365296
for rendering to work correctly.