header-parser
header-parser copied to clipboard
(Feature) Parsing functions outside of classes
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?)
Thats a good idea! I'll add that when I have some time on my hands. :)