forked from ResearchKit/ResearchKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AppledocSettings.plist
43 lines (43 loc) · 1.04 KB
/
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
40
41
42
43
<?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>
<string>org.researchkit</string>
<key>--create-docset</key>
<false/>
<key>--create-html</key>
<true/>
<key>--ignore</key>
<array>
<string>Internal</string>
<string>ORKDemo</string>
<string>ORKDemoTests</string>
<string>docs</string>
</array>
<key>--index-desc</key>
<string>docs/index-template.md</string>
<key>--install-docset</key>
<false/>
<key>--keep-undocumented-objects</key>
<false/>
<key>--logformat</key>
<string>xcode</string>
<key>--project-company</key>
<string>ResearchKit</string>
<key>--project-name</key>
<string>ResearchKit</string>
<key>--verbose</key>
<string>2</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>