tarkit icon indicating copy to clipboard operation
tarkit copied to clipboard

Fix documentation markup in DCTar.h

Open kvaDrug opened this issue 5 years ago • 1 comments

There were 2 little problems with markup which caused warnings in Xcode 11.3.

  1. Colon ':' after @param caused "Parameter ':' not found in the function declaration" warnings.
  2. Parameter name mismatch caused warnings like "Parameter 'toPath' not found in the function declaration". This fix insures that docs work as expected.

kvaDrug avatar Feb 11 '20 08:02 kvaDrug

You also need to merge this branch into master. I can't do it because I don't have write access.

kvaDrug avatar Feb 12 '20 13:02 kvaDrug