cppast icon indicating copy to clipboard operation
cppast copied to clipboard

cppast could parse out function code?

Open Xrtero opened this issue 10 months ago • 0 comments

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?

Xrtero avatar Feb 10 '25 08:02 Xrtero