realm / jazzy

Soulful docs for Swift & Objective-C
https://realm.io
MIT License
7.35k stars 413 forks source link

Support for C++ files? #1255

Open bradhowes opened 3 years ago

bradhowes commented 3 years ago

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.

johnfairh commented 3 years ago

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...