I suspect the answer is "no" but perhaps there is some magic collection of xcodebuild options that others have uncovered that I can use to extract docs from C++ files. Right now, I have jazzy processing Swift files in my project, and I have doxygen doing the C++ files, storing them in separate directories.
This isn't possible right now: sourcekitten doesn't support C++ declaration types (here) -- in theory it should be A Simple Matter to add them and corresponding defs in jazzy...
I suspect the answer is "no" but perhaps there is some magic collection of xcodebuild options that others have uncovered that I can use to extract docs from C++ files. Right now, I have jazzy processing Swift files in my project, and I have doxygen doing the C++ files, storing them in separate directories.