We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ef33f commit f69f79eCopy full SHA for f69f79e
scripts/generate_docs.sh
@@ -4,5 +4,5 @@ jazzy --min-acl internal \
4
--module-version 0.8.2 \
5
--module MJSwiftCore \
6
--root-url https://mobilejazz.github.io/MJSwiftCore-Reference/ \
7
- --podspec ~../MJSwiftCore.podspec \
8
- --output ~../docs
+ --podspec ../MJSwiftCore.podspec \
+ --output ../docs
0 commit comments