Created
December 22, 2013 05:11
-
-
Save ryochin/8078704 to your computer and use it in GitHub Desktop.
appledoc config
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<plist version="1.0"> | |
<dict> | |
<key>--project-name</key> | |
<string>Voice Droplet</string> | |
<key>--project-company</key> | |
<string>studio aquahill</string> | |
<key>--company-id</key> | |
<string>net.aquahill</string> | |
<key>--output</key> | |
<string>/tmp</string> | |
<key>--input</key> | |
<array> | |
<string>VoiceDroplet/Classes</string> | |
</array> | |
<key>--create-docset</key> | |
<true /> | |
<key>--install-docset</key> | |
<true /> | |
<key>--keep-undocumented-objects</key> | |
<true /> | |
<key>--keep-undocumented-members</key> | |
<true /> | |
<key>--ignore</key> | |
<array> | |
<string>VoiceDroplet/ExtLib</string> | |
</array> | |
<key>--exit-threshold</key> | |
<integer>1</integer> | |
<key>--no-repeat-first-par</key> | |
<true /> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment