RFR: 7903257: jextract should generate javadoc comments [v6]

Athijegannathan Sundararajan sundar at openjdk.org
Thu Oct 13 12:47:26 UTC 2022


On Thu, 13 Oct 2022 12:39:36 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

>> Athijegannathan Sundararajan has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   added {@snippet : } around code in javadoc comment.
>
> src/main/java/org/openjdk/jextract/impl/StructBuilder.java line 56:
> 
>> 54:     private final Deque<String> prefixElementNames;
>> 55: 
>> 56:     StructBuilder(JavaSourceBuilder enclosing, Declaration.Scoped structTree,
> 
> Should this class override `addVar` so that doc comments for getters and setters are also generated (like in the case of global vars) ?

will check out.

-------------

PR: https://git.openjdk.org/jextract/pull/85


More information about the jextract-dev mailing list