-
Notifications
You must be signed in to change notification settings - Fork 27
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
Reading multiple header files for a single library #5
Comments
At the moment there isn't a way to specify multiple files from the command line, but you could create a header file that merely includes the headers you're interested in. |
Thanks, this works, however, there is some error in the output.
I have created an example gist here. This is the library I am trying to wrap around. I also noticed that there seems to be a type |
in StringBuffer_t can you try renaming |
That rename did the trick, now it runs into the
|
is there any more to that stacktrace? |
Yes, here is the entire trace:
|
Is there support for reading multiple header files that belong to a single library? Passing in something like
*.h
does not seem to work.The text was updated successfully, but these errors were encountered: