Integrated: 7903639: Add javadoc to all jextract generated API points
Maurizio Cimadamore
mcimadamore at openjdk.org
Wed Jan 24 10:33:58 UTC 2024
On Tue, 23 Jan 2024 17:53:01 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
> This PR adds simple javadoc text to all the helper functions generated by jextract:
> * struct allocation methods
> * struct slicing methods
> * struct reinterpret methods
> * function pointer allocation method
> * function pointer invoke method
>
> Following some offline discussions, I've decided to keep the comments very dry and simple (to avoid copying reams and reams of text into multiple classes). Also, the javadoc does not contain any `@param` or `@return` tag.
This pull request has now been integrated.
Changeset: b2d59a7f
Author: Maurizio Cimadamore <mcimadamore at openjdk.org>
URL: https://git.openjdk.org/jextract/commit/b2d59a7fdda2eef2c7cd44cfa3c2245d5c0d1748
Stats: 63 lines in 4 files changed: 48 ins; 2 del; 13 mod
7903639: Add javadoc to all jextract generated API points
Reviewed-by: jvernee
-------------
PR: https://git.openjdk.org/jextract/pull/193
More information about the jextract-dev
mailing list