RFR: Add jextract guide [v7]
Jorn Vernee
jvernee at openjdk.org
Mon Apr 15 13:46:08 UTC 2024
> 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:
- Update doc/GUIDE.md
Co-authored-by: Maurizio Cimadamore <54672762+mcimadamore at users.noreply.github.com>
- add note about call_me_back needing to be present in header file as well
-------------
Changes:
- all: https://git.openjdk.org/jextract/pull/231/files
- new: https://git.openjdk.org/jextract/pull/231/files/b9218138..a9e7bb8b
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jextract&pr=231&range=06
- incr: https://webrevs.openjdk.org/?repo=jextract&pr=231&range=05-06
Stats: 3 lines in 1 file changed: 1 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jextract/pull/231.diff
Fetch: git fetch https://git.openjdk.org/jextract.git pull/231/head:pull/231
PR: https://git.openjdk.org/jextract/pull/231
More information about the jextract-dev
mailing list