Skip to content

Commit

Permalink
Add clean switch to generate-documentation.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljfischer committed Jun 3, 2016
1 parent 03eed33 commit 86ced0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-documentation.sh
Expand Up @@ -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

0 comments on commit 86ced0f

Please sign in to comment.