Working on large codebase composed of Swift, Obj-C, Obj-C++, C++ files managed by Xcode workspace. What are some strategies others have used to generate DocC documentation of Swift and Obj-C files, without getting hung on documentation build errors caused by the Obj-C++ and C++ files? (The latter utilize STL extensively.)