forked from yannickl/YLMoment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AppledocSettings.plist
46 lines (46 loc) · 1.23 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
44
45
46
<?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.yannickloriot</string>
<key>--create-docset</key>
<false/>
<key>--ignore</key>
<array>
<string>.m</string>
</array>
<key>--docset-platform-family</key>
<string>iphoneos</string>
<key>--output</key>
<string>documentation</string>
<key>--project-company</key>
<string>Yannick Loriot</string>
<key>--project-name</key>
<string>YLMoment</string>
<key>--project-version</key>
<string>0.9.0</string>
<key>--docset-feed-url</key>
<string>http://yannickloriot.com/library/ios/ylmoment/</string>
<key>--docset-package-url</key>
<string>http://yannickloriot.com/library/ios/ylmoment/</string>
<key>--keep-undocumented-objects</key>
<false/>
<key>--keep-undocumented-members</key>
<false/>
<key>--warn-undocumented-object</key>
<false/>
<key>--warn-undocumented-member</key>
<false/>
<key>--warn-empty-description</key>
<true/>
<key>--warn-missing-arg</key>
<true/>
<key>--warn-unknown-directive</key>
<true/>
<key>--logformat</key>
<string>html</string>
<key>--exit-threshold</key>
<integer>2</integer>
</dict>
</plist>