header-parser
header-parser copied to clipboard
Extracts information from an annotated C++ header and outputs it as JSON for use in code generation tools.
Results
2
header-parser issues
Sort by
recently updated
recently updated
newest added
Currently we need to provide the class name or enum name to get the desired results. Can we have a feature to get all the classes/functions if we don't provide...
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...