RFR: Add jextract guide [v8]

Maurizio Cimadamore mcimadamore at openjdk.org
Mon Apr 15 14:10:02 UTC 2024


On Mon, 15 Apr 2024 14:04:24 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

>> Add a comprehensive jextract guide under a new `doc/` folder.
>> 
>> This is meant as a comprehensive guide about the features of jextract and the code that it generates (including both examples from header files, the code that jextract generates, and corresponding Java user code). This is a first cut, and I'm anticipating quite a bit of comments.
>> 
>> Some sections of the readme have been moved to the guide (with minor edits here and there), and replaced by a link in the readme.
>
> Jorn Vernee has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - try fix numbered list
>  - more review comments + add para about default library loading

doc/GUIDE.md line 234:

> 232: call the C function (1). Besides that, there are also several accessors that return
> 233: additional meta-data for the method:
> 234: 

You could also add an item for (1) instead of having separate text above?

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

PR Review Comment: https://git.openjdk.org/jextract/pull/231#discussion_r1565861749


More information about the jextract-dev mailing list