2

Just wondering if anyone has found a work around for this. Using --exclude using a full file path to a swift file and Jazzy still includes this file / class in the documentation. Shell file looks like this

jazzy \
--clean \
--author "Author" \
--copyright "Copyright" \
--xcodebuild-arguments '-project,jazzytest.xcodeproj,-scheme,jazzytest' \
--exclude /Users/<username-here>/desktop/jazzytest/jazzytest/source/swift1.swift \
--min-acl public
ort11
  • 3,359
  • 4
  • 36
  • 69
  • Turns out had to make a change in how Jazzy is processing the --exclude. Am working with it now and might put in a PR on the project later. With this change can specify a relative directory with * and will exclude everything from the directory. – ort11 Aug 01 '16 at 18:11
  • 1
    ort11 did you get this working. If yes, can you stare how please. – wuf810 Jun 08 '17 at 10:04

0 Answers0