JavaFX gradle @inheritdoc not working

Answered

Why I can't see the inherited documentation?

0
2 comments

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 

0

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

0

Please sign in to leave a comment.