JavaFX gradle @inheritdoc not working
Answered
Why I can't see the inherited documentation?
Please sign in to leave a comment.
Hello,
The described feature is not yet implemented. Please follow the feature request already created for it at YouTrack: https://youtrack.jetbrains.com/issue/IDEA-237311
Thank you
Hello Alessandro,
you can't see the inherited documentation because constructors do not inherit documentation comments. This behavior is specified in official documentation: https://docs.oracle.com/en/java/javase/13/docs/specs/javadoc/doc-comment-spec.html. See Method Comment Inheritance.
Best regards