Created
September 5, 2012 00:47
-
-
Save megawertz/3628597 to your computer and use it in GitHub Desktop.
My AppleDoc Generation Settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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