jni-rs / jni-sys

Apache License 2.0
55 stars 20 forks source link

No comments #11

Closed marschall closed 5 years ago

marschall commented 5 years ago

I noticed none of the functions have any comments. I wonder wether that is because you simply didn't get around to do it or because of licensing concerns over the specification.

The only comments for JNI functions I could find are https://docs.oracle.com/en/java/javase/11/docs/specs/jni/index.html where on the bottom it says

Copyright © 1993, 2017, Oracle and/or its affiliates. All rights reserved.

sfackler commented 5 years ago

sys crates typically don’t contain documentation in my experience - you can refer to the C library for that. On Thu, Dec 20, 2018 at 2:24 AM Philippe Marschall notifications@github.com wrote:

I noticed none of the functions have any comments. I wonder wether that is because you simply didn't get around to do it or because of licensing concerns over the specification.

The only comments for JNI functions I could find are https://docs.oracle.com/en/java/javase/11/docs/specs/jni/index.html where on the bottom it says

Copyright © 1993, 2017, Oracle and/or its affiliates. All rights reserved.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sfackler/rust-jni-sys/issues/11, or mute the thread https://github.com/notifications/unsubscribe-auth/ABY2UQGN3_t1WyEM4zUe96JSLLfNJctdks5u62VTgaJpZM4Zb5sw .