tarkit
tarkit copied to clipboard
Fix documentation markup in DCTar.h
There were 2 little problems with markup which caused warnings in Xcode 11.3.
- Colon ':' after
@param
caused "Parameter ':' not found in the function declaration" warnings. - Parameter name mismatch caused warnings like "Parameter 'toPath' not found in the function declaration". This fix insures that docs work as expected.
You also need to merge this branch into master. I can't do it because I don't have write access.