summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-06-03 14:35:30 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-06-03 14:35:30 -0400
commit86ced0f294685041650ddc49417dc51432c63041 (patch)
treeb566508e2dff962d0e78527b8687e354c452a9eb
parent03eed33fe928c614dc66f21ec32c91a53fa926a8 (diff)
downloadsdl_ios-86ced0f294685041650ddc49417dc51432c63041.tar.gz
Add clean switch to generate-documentation.sh
-rw-r--r--scripts/generate-documentation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate-documentation.sh b/scripts/generate-documentation.sh
index 1dcdeb292..f4795e7dd 100644
--- a/scripts/generate-documentation.sh
+++ b/scripts/generate-documentation.sh
@@ -4,5 +4,5 @@ set -o errexit
if hash jazzy 2>/dev/null; then
cd ../
-jazzy --objc --framework-root SmartDeviceLink --sdk iphonesimulator --umbrella-header SmartDeviceLink/SmartDeviceLink.h --theme theme --output docs
+jazzy --clean --objc --framework-root SmartDeviceLink --sdk iphonesimulator --umbrella-header SmartDeviceLink/SmartDeviceLink.h --theme theme --output docs
fi \ No newline at end of file