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

(Feature) Parsing functions outside of classes #8

Open
noizex opened this issue Nov 24, 2019 · 1 comment
Open

(Feature) Parsing functions outside of classes #8

noizex opened this issue Nov 24, 2019 · 1 comment

Comments

@noizex
Copy link

noizex commented Nov 24, 2019

I could really use a feature that would enable parsing free functions that are not inside a particular class. I can't seem to get it working because it always starts with a macro-annotated class and then goes over members of that class. I did workaround and moved the free functions as a static class methods and make them visible to header-parser this way, but I wonder if allowing to parse such functions would be possible? (or maybe even is and I didn't figure it out?)

@baszalmstra
Copy link
Owner

Thats a good idea! I'll add that when I have some time on my hands. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants