We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b629998 commit 2a3b854Copy full SHA for 2a3b854
tools/src/main/scala/org/scalanative/bindgen/Bindgen.scala
@@ -52,6 +52,7 @@ sealed trait Bindgen {
52
53
/**
54
* Run binding generator
55
+ * @return errors if exit code was not 0, otherwise return bindings
56
*/
57
def generate(): Either[Seq[String], Bindings]
58
}
0 commit comments