Statistics
| Branch: | Revision:

root / json-framework-3.2.0 / src / main / resources / AppledocSettings.plist @ 3ebe9884

History | View | Annotate | Download (1.2 kB)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
3
	"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
4
<plist version="1.0">
5
<dict>
6
	<key>--input</key>
7
	<array>
8
		<string>../../../Classes</string>
9
	</array>
10
	<key>--project-name</key>
11
	<string>SBJson</string>
12
    <key>--project-company</key>
13
    <string>Stig Brautaset</string>
14
    <key>--company-id</key>
15
    <string>org.brautaset</string>
16
    <key>--docset-atom-filename</key>
17
    <string>SBJson.atom</string>
18
    <key>--docset-feed-url</key>
19
    <string>http://sbjson.org/api/%DOCSETATOMFILENAME</string>
20
    <key>--docset-package-url</key>
21
    <string>http://sbjson.org/api/%DOCSETPACKAGEFILENAME</string>
22
    <key>--publish-docset</key>
23
    <true/>
24
    <key>--logformat</key>
25
    <string>xcode</string>
26
    <key>--keep-undocumented-objects</key>
27
    <true/>
28
    <key>--keep-undocumented-members</key>
29
    <true/>
30
    <key>--keep-intermediate-files</key>
31
    <true/>
32
    <key>--no-repeat-first-par</key>
33
    <true/>
34
    <key>--no-warn-invalid-crossref</key>
35
    <true/>
36
    <key>--ignore</key>
37
    <string>*.m</string>
38
    <key>--index-desc</key>
39
    <string>README.md</string>
40
</dict>
41
</plist>