Skip to content

Commit

Permalink
Update gen documentation script
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljfischer committed Jun 3, 2016
1 parent dcebff1 commit 03eed33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/generate-documentation.sh
@@ -1,3 +1,7 @@
#!/bin/bash
set -o nounset
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
Expand Down

0 comments on commit 03eed33

Please sign in to comment.