-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add poly_engine_get_languages_size
to C API
#4053
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
...src/org.graalvm.polyglot.nativeapi/src/org/graalvm/polyglot/nativeapi/PolyglotNativeAPI.java
Outdated
Show resolved
Hide resolved
Incorporate feedback from @vjovanov review in oracle#4053
Updated, requesting a review 👍 (I am not familiar with conventions/rules about formatting of |
@@ -221,8 +221,24 @@ public static PolyglotStatus poly_engine_close(PolyglotIsolateThread thread, Pol | |||
} | |||
|
|||
@CEntryPoint(name = "poly_engine_get_languages", documentation = { | |||
"Returns an array of size returned by {@link poly_engine_get_languages_size} where each element is a <code>poly_language<code> handle.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will end up in the C API. Is @link
of relevance there?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Answering to myself: https://www.doxygen.nl/manual/commands.html
Close #4052