Skip to content

Instantly share code, notes, and snippets.

@ryochin
Created December 22, 2013 05:11
Show Gist options
  • Save ryochin/8078704 to your computer and use it in GitHub Desktop.
Save ryochin/8078704 to your computer and use it in GitHub Desktop.
appledoc config
<?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