Hey guys, I need to parse all C++ methods - their names, parameters, and actual code - to generate personal docs. But you know how C++ works: declarations in .hpp and implementations in .cpp. Checked cppast but couldn't find APIs for this. Did I miss something?
If anyone's dealt with this before, how did you crack it? Any workarounds?