Re: The doclet "comment inheritance algorithm" spec conformance

2024-02-06 Thread Jonathan Gibbons
javadoc has some changes/fixes/enhancements in this area in JDK 22, both in the code and the Doc Comment Specification. The intent is to better align the lookup for inherited comments with the general lookup rules in JLS. -- Jon On 2/6/24 7:14 AM, I Al Istannen wrote: Hey, I hope this is t

The doclet "comment inheritance algorithm" spec conformance

2024-02-06 Thread I Al Istannen
Hey, I hope this is the right place to ask :) I was recently implementing javadoc comment inheritance for spoon[0] and verified it against IntelliJ IDEA and the standard html doclet. While doing this I found out that IntelliJ and the standard doclet disagree on comment inheritance in this exa

The doclet "comment inheritance algorithm" spec conformance

2024-02-06 Thread I Al Istannen
Hey, I hope this is the right place to ask :) I was recently implementing javadoc comment inheritance for spoon[0] and verified it against IntelliJ IDEA and the standard html doclet. While doing this I found out that IntelliJ and the standard doclet disagree on comment inheritance in this exa