File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
sbt-scala-native-bindgen/src/main/scala/org/scalanative/bindgen/sbt Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,21 @@ import org.scalanative.bindgen.Bindgen
28
28
*
29
29
* Keys are defined in [[ScalaNativeBindgenPlugin.autoImport ]].
30
30
*
31
+ * - `nativeBindgenPath`: Path to the `scala-native-bindgen` executable.
31
32
* - `nativeBindgenHeader`: The C header file to read.
32
33
*
33
34
* - `nativeBindgenPackage`: Package of the enclosing object.
34
35
* No package by default.
35
36
*
36
37
* - `name in nativeBindgen`: Name of the enclosing object.
37
38
*
39
+ * - `version in nativeBindgen`: Version of the `scala-native-bindgen`
40
+ * to use when automatically downloading the executable.
41
+ *
42
+ * - `nativeBindgenLink`: Name of library to be linked.
43
+ *
44
+ * - `nativeBindgen`: Generate Scala Native bindings.
45
+ *
38
46
* @example
39
47
* {{{
40
48
* nativeBindgenHeader in Compile := file("/usr/include/ctype.h")
You can’t perform that action at this time.
0 commit comments