Hy everbody,
when I try to generate a docset at a specific output path and the options 'keep-intermediate-files' is not set, the docset will not be generated at the specified path. In my opinion this is a bug.
Below you find the specified options:
/usr/local/bin/appledoc \
--project-name "TheProject" \
--project-version "1.0" \
--project-company "myCompany" \
--company-id "de.company" \
--docset-platform-family "iphoneos" \
--logformat xcode \
--create-docset \
--no-repeat-first-par \
--no-install-docset \
--no-publish-docset \
--keep-intermediate-files \
--exit-threshold 2 \
--ignore "*.m" \
--output "/Users/Max/Downloads/Project/Docs" \
--verbose 4 \
"/Users/Max/Downloads/Project/Source"
Hy everbody,
when I try to generate a docset at a specific output path and the options 'keep-intermediate-files' is not set, the docset will not be generated at the specified path. In my opinion this is a bug.
Below you find the specified options:
/usr/local/bin/appledoc \ --project-name "TheProject" \ --project-version "1.0" \ --project-company "myCompany" \ --company-id "de.company" \ --docset-platform-family "iphoneos" \ --logformat xcode \ --create-docset \ --no-repeat-first-par \ --no-install-docset \ --no-publish-docset \ --keep-intermediate-files \ --exit-threshold 2 \ --ignore "*.m" \ --output "/Users/Max/Downloads/Project/Docs" \ --verbose 4 \ "/Users/Max/Downloads/Project/Source"