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

[Javadoc] Ignore Kotlin samples #3473

Merged

Commits on Jan 25, 2024

  1. [Javadoc] Ignore Kotlin samples

    This is a laconic solution to avoid an error message (#3466) for Kotlin samples in unstable Javadoc format. There are 2 problems.
    1. Javadoc's content model does not contain samples links at all. It should contain something like `samplesSectionContent` in the base plugin.
    2. Sample Transformer from the base plugin knows nothing about Javadoc's content model. see  `DefaultSamplesTransformer.dfs`, e.g. `JavadocContentGroup` is unavailable from the base plugin.
    vmishenev committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    547d92c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Use emptySampleTransformer

    vmishenev committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    f9a3326 View commit details
    Browse the repository at this point in the history