Skip to content

Instantly share code, notes, and snippets.

@megawertz
Created September 5, 2012 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save megawertz/3628597 to your computer and use it in GitHub Desktop.
Save megawertz/3628597 to your computer and use it in GitHub Desktop.
My AppleDoc Generation Settings
# Assumes you are using the entire project and the project directory is your current working directory.
# Each option is on its own line for readability.
# This only generates an HTML docset and doesn't install it into Xcode.
appledoc
--project-name CopyandPaste-Inator
--project-company "Doofenshmirtz Evil Inc."
--company-id com.doofenshmirtevilinc
--create-html
--no-install-docset
--no-repeat-first-par
--keep-merged-sections
--output yourDocDirectoryHere
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment