Skip to content

Instantly share code, notes, and snippets.

@Lejdborg
Created May 11, 2012 07:47
Show Gist options
  • Save Lejdborg/2658208 to your computer and use it in GitHub Desktop.
Save Lejdborg/2658208 to your computer and use it in GitHub Desktop.
Appledoc generation guide
appledoc --project-name "YOUR_PROJECT_NAME" --project-company "YOUR_COMPANY_NAME" --company-id "COMPANY_BUNDLE_IDENTIFIER" --output doc --no-create-docset .
# Ex:
# appledoc --project-name "NMSSH" --project-company "Nine Muses AB" --company-id "se.ninemuses" --output doc --no-create-docset .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment