Closed saschiwy closed 3 years ago
It's more likely that it isn't recognizing it due to the function pointers. cppheaderparser is pretty bad at dealing with function pointers. Recommend you try https://github.com/robotpy/cxxheaderparser instead; once I migrate my large project to use it I will be dropping maintenance of this project.
Hello!
First, thank you for the amazing library, it really helps to reduce the work I have to do by my own! However, I faced an issue with typedefs.
A type definition inside a class is not parsed, or I could not find the result.
See the example below: