Skip to content
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

Comments in the generated Lua FFI code #139

Closed
Tracked by #156
HaronK opened this issue Jul 13, 2023 · 0 comments · Fixed by #234
Closed
Tracked by #156

Comments in the generated Lua FFI code #139

HaronK opened this issue Jul 13, 2023 · 0 comments · Fixed by #234
Labels
engine Any PR/Issue affiliated with the engine portion of LTR enhancement New feature or request

Comments

@HaronK
Copy link
Contributor

HaronK commented Jul 13, 2023

Add comments from the Rust code to the generated Lua FFI one.

Additionally convert method/function arguments comment from the Rust to Lua style. I.e. from:

// * `param` - param doc

to

-- @param - param doc
@HaronK HaronK added enhancement New feature or request engine Any PR/Issue affiliated with the engine portion of LTR labels Oct 15, 2023
@HaronK HaronK linked a pull request Apr 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine Any PR/Issue affiliated with the engine portion of LTR enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant