My question is how to do the same thing for .c/.h source? I haven't been able to find a way to exclude methods or variables in c code from the documentation DocC creates. I'd also be fine with excluding c header files entirely from DocC.
Is this available? If so, how could it be done?
I know renaming methods and variables to start with an underscore will work, but for this project would mean modifying a large chunk of open source code. So I'm hoping to use tags instead.
@MSohm we have a thirty-party dependency that is in our libraries folder. That is an objc library that references a c++ class. It has many .h and .m. I'd love to ignore the whole libraries folder or ignore that thirty-party dependency as a whole.
Here is the error upon attempting to build the documentation. That is the first of many c++ files. I'm sure it would fail on others once that one was amended.