AppledocSettings.plist 858 Bytes
Newer Older
1 2 3 4 5 6 7
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>--repeat-first-par</key>
	<false/>
	<key>--company-id</key>
Rune Madsen committed
8
	<string>com.shopify</string>
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
	<key>--create-docset</key>
	<false/>
	<key>--create-html</key>
	<true/>
	<key>--index-desc</key>
	<string>docs/index-template.md</string>
	<key>--install-docset</key>
	<false/>
	<key>--keep-undocumented-objects</key>
	<false/>
	<key>--project-company</key>
	<string>Shopify</string>
	<key>--project-name</key>
	<string>Mobile Buy SDK</string>
	<key>--verbose</key>
	<string>6</string>
	<key>--warn-empty-description</key>
	<true/>
	<key>--warn-undocumented-member</key>
	<true/>
	<key>--warn-undocumented-object</key>
	<true/>
	<key>--warn-unknown-directive</key>
	<true/>
</dict>
</plist>