RainwayApp / node-clangffi

Generate Typescript FFI bindings for C/C++ libraries using libclang and ffi-napi.
MIT License
7 stars 1 forks source link

Support copying comments #32

Open bengreenier opened 2 years ago

bengreenier commented 2 years ago

It should be possible for us to map in comments. We should further evaluate and consider doing so.

It's worth noting that due to how ffi.Library() works, we won't be able to easily name parameters, which may make some comments fairly confusing.