forked from escoz/QuickDialog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AppledocSettings.plist
39 lines (39 loc) · 922 Bytes
/
AppledocSettings.plist
1
2
3
4
5
6
7
8
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
35
36
37
38
39
<?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>--company-id</key>
<string>com.escoz</string>
<key>--logformat</key>
<integer>1</integer>
<key>--project-name</key>
<string>QuickDialog</string>
<key>--project-company</key>
<string>Escoz</string>
<key>--print-settings</key>
<true/>
<key>--output</key>
<array>
<string>./docs</string>
</array>
<key>--keep-intermediate-files</key>
<false/>
<key>--create-html</key>
<true/>
<key>--keep-undocumented-members</key>
<true/>
<key>--keep-undocumented-objects</key>
<true/>
<key>--create-docset</key>
<false/>
<key>--ignore</key>
<array>
<string>./sample</string>
<string>./extras</string>
</array>
<key>--index-desc</key>
<string>./README.markdown</string>
<key>--verbose</key>
<integer>4</integer>
</dict>
</plist>