Skip to content

Instantly share code, notes, and snippets.

@beelsebob
Created July 2, 2011 22:49
Show Gist options
  • Save beelsebob/1061746 to your computer and use it in GitHub Desktop.
Save beelsebob/1061746 to your computer and use it in GitHub Desktop.
appledoc --logformat xcode \
--exit-threshold 4 \
--create-html \
--no-create-docset \
-o $SOURCE_ROOT/../CoreParseDocs/ \
--project-name CoreParse \
--project-version 0.9 \
--project-company Beelsebob \
--ignore $SOURCE_ROOT/Various/Uninteresting/Places.h \
$SOURCE_ROOT/CoreParse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment