Skip to content

Commit 2a3b854

Browse files
committed
Update the Bindgen.generate scaladocs
1 parent b629998 commit 2a3b854

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/src/main/scala/org/scalanative/bindgen/Bindgen.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ sealed trait Bindgen {
5252

5353
/**
5454
* Run binding generator
55+
* @return errors if exit code was not 0, otherwise return bindings
5556
*/
5657
def generate(): Either[Seq[String], Bindings]
5758
}

0 commit comments

Comments
 (0)