realm / jazzy

Soulful docs for Swift & Objective-C

Home Page:https://realm.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for C++ files?

bradhowes opened this issue · comments

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