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

Consider using @suppress KDoc tag for internal API elements #35

Open
alexander-yevsyukov opened this issue Aug 19, 2024 · 0 comments
Open

Comments

@alexander-yevsyukov
Copy link
Contributor

KDoc has the @suppress tag which allows to hide documentation for corresponding API element.

Two areas we can consider for not showing our internal API:

  1. Annotator in McJava could also annotate generated Kotlin DSL.
  2. We can add the @suppress tag in the handwritten code where we use @Internal annotation.
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

No branches or pull requests

1 participant