summaryrefslogtreecommitdiff
path: root/scripts/generate-documentation.sh
blob: 89cbacdf555fef263b2f0767862b2b97dcee04ea (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set -o nounset
set -o errexit

if hash jazzy 2>/dev/null; then
cd ../
jazzy --clean --objc --framework-root SmartDeviceLink --sdk iphonesimulator --umbrella-header SmartDeviceLink/public/SmartDeviceLink.h --theme theme --output docs
fi