You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?)
The text was updated successfully, but these errors were encountered:
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?)
The text was updated successfully, but these errors were encountered: