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

Emit consistent jsdocs for inherited members #107

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vegegoku
Copy link
Member

Mark method as deprecated if recursively it overrides a deprecated method, and adds inheritDoc tag if the overriding method does not provide its own documentation.

fix #106

@vegegoku vegegoku added the enhancement New feature or request label Apr 24, 2024
@vegegoku vegegoku added this to the 1.1 milestone Apr 24, 2024
@vegegoku vegegoku requested a review from niloc132 April 24, 2024 12:05
@vegegoku vegegoku self-assigned this Apr 24, 2024
@niloc132
Copy link
Member

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.coveo:fmt-maven-plugin:2.9:check (default) on project jsinterop-ts-defs-doclet: Found 3 non-complying files, failing build

Mark method as deprecated if recursively it overrides a deprecated method, and adds inheritDoc tag if the overriding method does not provide its own documentation.

fix Vertispan#106
@vegegoku vegegoku force-pushed the 106-consistent-jsdocs branch from 7a02080 to 6eae80d Compare April 25, 2024 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Emit jsdoc consistent with ts users expectations
2 participants