jazzy 0.0.20 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitmodules +6 -3
- data/.travis.yml +1 -1
- data/CHANGELOG.md +23 -1
- data/Gemfile.lock +41 -5
- data/Rakefile +21 -0
- data/jazzy.gemspec +1 -0
- data/lib/jazzy/assets/css/jazzy.css.scss +26 -0
- data/lib/jazzy/config.rb +29 -0
- data/lib/jazzy/doc_builder.rb +17 -9
- data/lib/jazzy/docset_builder.rb +13 -4
- data/lib/jazzy/gem_version.rb +1 -1
- data/lib/jazzy/jazzy_markdown.rb +2 -1
- data/lib/jazzy/podspec_documenter.rb +109 -0
- data/lib/jazzy/readme_generator.rb +33 -6
- data/lib/jazzy/sourcekitten.rb +15 -2
- data/lib/jazzy/sourcekitten/Commandant.framework/Commandant +0 -0
- data/lib/jazzy/sourcekitten/Commandant.framework/Versions/A/Commandant +0 -0
- data/lib/jazzy/sourcekitten/Commandant.framework/Versions/A/Modules/Commandant.swiftmodule/x86_64.swiftdoc +0 -0
- data/lib/jazzy/sourcekitten/Commandant.framework/Versions/A/Modules/Commandant.swiftmodule/x86_64.swiftmodule +0 -0
- data/lib/jazzy/sourcekitten/Commandant.framework/Versions/A/Modules/module.modulemap +10 -0
- data/{spec/integration_specs/misc_jazzy_features/before/MiscJazzyFeatures → lib/jazzy/sourcekitten/Commandant.framework/Versions/A/Resources}/Info.plist +21 -7
- data/lib/jazzy/sourcekitten/LlamaKit.framework/LlamaKit +0 -0
- data/lib/jazzy/sourcekitten/LlamaKit.framework/Versions/A/LlamaKit +0 -0
- data/lib/jazzy/sourcekitten/LlamaKit.framework/Versions/A/Modules/LlamaKit.swiftmodule/x86_64.swiftdoc +0 -0
- data/lib/jazzy/sourcekitten/LlamaKit.framework/Versions/A/Modules/LlamaKit.swiftmodule/x86_64.swiftmodule +0 -0
- data/lib/jazzy/sourcekitten/LlamaKit.framework/Versions/A/Modules/module.modulemap +10 -0
- data/lib/jazzy/sourcekitten/LlamaKit.framework/Versions/A/Resources/Info.plist +47 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/SourceKittenFramework +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/SwiftXPC +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Modules/SwiftXPC.swiftmodule/x86_64.swiftdoc +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Modules/SwiftXPC.swiftmodule/x86_64.swiftmodule +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Modules/module.modulemap +10 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Resources/Info.plist +42 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/SwiftXPC +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftCore.dylib +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftCoreGraphics.dylib +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftDarwin.dylib +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftDispatch.dylib +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftFoundation.dylib +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftObjectiveC.dylib +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftSecurity.dylib +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Modules/SourceKittenFramework.swiftmodule/x86_64.swiftdoc +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Modules/SourceKittenFramework.swiftmodule/x86_64.swiftmodule +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Modules/module.modulemap +10 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Resources/Info.plist +42 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/SourceKittenFramework +0 -0
- data/lib/jazzy/sourcekitten/sourcekitten +0 -0
- data/spec/integration_spec.rb +6 -0
- metadata +50 -122
- data/bin/sourcekitten +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/Classes.html +0 -268
- data/spec/integration_specs/document_alamofire/after/docs/Classes/Manager.html +0 -488
- data/spec/integration_specs/document_alamofire/after/docs/Classes/Request.html +0 -842
- data/spec/integration_specs/document_alamofire/after/docs/Enums.html +0 -258
- data/spec/integration_specs/document_alamofire/after/docs/Enums/ParameterEncoding.html +0 -383
- data/spec/integration_specs/document_alamofire/after/docs/Extensions.html +0 -703
- data/spec/integration_specs/document_alamofire/after/docs/Extensions/Manager.html +0 -345
- data/spec/integration_specs/document_alamofire/after/docs/Extensions/Request.html +0 -369
- data/spec/integration_specs/document_alamofire/after/docs/Functions.html +0 -1041
- data/spec/integration_specs/document_alamofire/after/docs/Global Variables.html +0 -227
- data/spec/integration_specs/document_alamofire/after/docs/Protocols.html +0 -276
- data/spec/integration_specs/document_alamofire/after/docs/Protocols/URLRequestConvertible.html +0 -228
- data/spec/integration_specs/document_alamofire/after/docs/Protocols/URLStringConvertible.html +0 -228
- data/spec/integration_specs/document_alamofire/after/docs/css/highlight.css +0 -202
- data/spec/integration_specs/document_alamofire/after/docs/css/jazzy.css +0 -708
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Info.plist +0 -20
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Classes.html +0 -268
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Classes/Manager.html +0 -488
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Classes/Request.html +0 -842
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Enums.html +0 -258
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Enums/ParameterEncoding.html +0 -383
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Extensions.html +0 -703
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Extensions/Manager.html +0 -345
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Extensions/Request.html +0 -369
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Functions.html +0 -1041
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Global Variables.html +0 -227
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Manager.html +0 -345
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/ParameterEncoding.html +0 -383
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Protocols.html +0 -276
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Protocols/URLRequestConvertible.html +0 -228
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Protocols/URLStringConvertible.html +0 -228
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Request.html +0 -369
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/URLRequestConvertible.html +0 -228
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/URLStringConvertible.html +0 -228
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/carat.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/css/highlight.css +0 -202
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/css/jazzy.css +0 -708
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/dash.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/gh.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/highlight.css +0 -202
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/img/carat.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/img/dash.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/img/gh.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/index.html +0 -756
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/jazzy.css +0 -708
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/jazzy.js +0 -21
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/jquery.min.js +0 -4
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/js/jazzy.js +0 -21
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/js/jquery.min.js +0 -4
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/undocumented.txt +0 -18
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/docSet.dsidx.csv +0 -80
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.xml +0 -1
- data/spec/integration_specs/document_alamofire/after/docs/img/carat.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/img/dash.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/img/gh.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/index.html +0 -756
- data/spec/integration_specs/document_alamofire/after/docs/js/jazzy.js +0 -21
- data/spec/integration_specs/document_alamofire/after/docs/js/jquery.min.js +0 -4
- data/spec/integration_specs/document_alamofire/after/docs/undocumented.txt +0 -18
- data/spec/integration_specs/document_alamofire/after/execution_output.txt +0 -5
- data/spec/integration_specs/misc_jazzy_features/after/docs/Classes.html +0 -333
- data/spec/integration_specs/misc_jazzy_features/after/docs/Classes/ImplicitlyInternalTopLevelClass.html +0 -149
- data/spec/integration_specs/misc_jazzy_features/after/docs/Enums.html +0 -171
- data/spec/integration_specs/misc_jazzy_features/after/docs/Enums/DocumentedEnum.html +0 -149
- data/spec/integration_specs/misc_jazzy_features/after/docs/Global Variables.html +0 -152
- data/spec/integration_specs/misc_jazzy_features/after/docs/css/highlight.css +0 -202
- data/spec/integration_specs/misc_jazzy_features/after/docs/css/jazzy.css +0 -708
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Info.plist +0 -20
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Classes.html +0 -333
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Classes/ImplicitlyInternalTopLevelClass.html +0 -149
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/DocumentedEnum.html +0 -149
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums.html +0 -171
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums/DocumentedEnum.html +0 -149
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Global Variables.html +0 -152
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/ImplicitlyInternalTopLevelClass.html +0 -149
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/carat.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/css/highlight.css +0 -202
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/css/jazzy.css +0 -708
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/dash.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/gh.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/highlight.css +0 -202
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/img/carat.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/img/dash.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/img/gh.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/index.html +0 -112
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/jazzy.css +0 -708
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/jazzy.js +0 -21
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/jquery.min.js +0 -4
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/js/jazzy.js +0 -21
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/js/jquery.min.js +0 -4
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/undocumented.txt +0 -3
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/docSet.dsidx.csv +0 -17
- data/spec/integration_specs/misc_jazzy_features/after/docs/img/carat.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/img/dash.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/img/gh.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/index.html +0 -112
- data/spec/integration_specs/misc_jazzy_features/after/docs/js/jazzy.js +0 -21
- data/spec/integration_specs/misc_jazzy_features/after/docs/js/jquery.min.js +0 -4
- data/spec/integration_specs/misc_jazzy_features/after/docs/undocumented.txt +0 -3
- data/spec/integration_specs/misc_jazzy_features/after/execution_output.txt +0 -5
- data/spec/integration_specs/misc_jazzy_features/before/MiscJazzyFeatures.xcodeproj/project.pbxproj +0 -293
- data/spec/integration_specs/misc_jazzy_features/before/MiscJazzyFeatures.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
- data/spec/integration_specs/misc_jazzy_features/before/MiscJazzyFeatures/Classes.swift +0 -60
- data/spec/integration_specs/misc_jazzy_features/before/MiscJazzyFeatures/MiscJazzyFeatures.h +0 -10
- data/spec/integration_specs/misc_jazzy_features/before/docs/Classes.html +0 -317
- data/spec/integration_specs/misc_jazzy_features/before/docs/Classes/ImplicitlyInternalTopLevelClass.html +0 -138
- data/spec/integration_specs/misc_jazzy_features/before/docs/Enums.html +0 -155
- data/spec/integration_specs/misc_jazzy_features/before/docs/Enums/DocumentedEnum.html +0 -128
- data/spec/integration_specs/misc_jazzy_features/before/docs/Global Variables.html +0 -138
- data/spec/integration_specs/misc_jazzy_features/before/docs/css/jazzy.css +0 -609
- data/spec/integration_specs/misc_jazzy_features/before/docs/img/carat.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/before/docs/img/dash.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/before/docs/img/gh.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/before/docs/index.html +0 -99
- data/spec/integration_specs/misc_jazzy_features/before/docs/js/jazzy.js +0 -15
- data/spec/integration_specs/misc_jazzy_features/before/docs/js/jquery.min.js +0 -4
@@ -1,11 +1,15 @@
|
|
1
|
+
require 'pathname'
|
2
|
+
|
1
3
|
require 'jazzy/jazzy_markdown'
|
2
4
|
|
3
5
|
module Jazzy
|
4
6
|
module ReadmeGenerator
|
7
|
+
extend Config::Mixin
|
8
|
+
|
5
9
|
def self.generate(source_module)
|
6
10
|
readme = readme_path
|
7
11
|
|
8
|
-
unless readme &&
|
12
|
+
unless readme && readme.exist? && readme = readme.read
|
9
13
|
readme = generated_readme(source_module)
|
10
14
|
end
|
11
15
|
|
@@ -14,22 +18,45 @@ module Jazzy
|
|
14
18
|
end
|
15
19
|
|
16
20
|
def self.readme_path
|
21
|
+
return config.readme_path if config.readme_path
|
17
22
|
%w(README.md README.markdown README.mdown README).each do |potential_name|
|
18
|
-
|
19
|
-
|
20
|
-
end
|
23
|
+
file = config.source_directory + potential_name
|
24
|
+
return file if file.exist?
|
21
25
|
end
|
22
26
|
nil
|
23
27
|
end
|
24
28
|
|
25
29
|
def self.generated_readme(source_module)
|
26
|
-
|
30
|
+
if config.podspec
|
31
|
+
### License
|
32
|
+
|
33
|
+
# <a href="#{license[:url]}">#{license[:license]}</a>
|
34
|
+
<<-EOS
|
35
|
+
# #{ podspec.name }
|
36
|
+
|
37
|
+
### #{podspec.summary }
|
38
|
+
|
39
|
+
#{ podspec.description }
|
40
|
+
|
41
|
+
### Installation
|
42
|
+
|
43
|
+
```ruby
|
44
|
+
pod '#{ podspec.name }'
|
45
|
+
```
|
46
|
+
|
47
|
+
### Authors
|
48
|
+
|
49
|
+
#{ source_module.author_name }
|
50
|
+
EOS
|
51
|
+
else
|
52
|
+
<<-EOS
|
27
53
|
# #{ source_module.name }
|
28
54
|
|
29
55
|
### Authors
|
30
56
|
|
31
57
|
#{ source_module.author_name }
|
32
|
-
|
58
|
+
EOS
|
59
|
+
end
|
33
60
|
end
|
34
61
|
end
|
35
62
|
end
|
data/lib/jazzy/sourcekitten.rb
CHANGED
@@ -45,8 +45,11 @@ module Jazzy
|
|
45
45
|
|
46
46
|
# Run sourcekitten with given arguments and return STDOUT
|
47
47
|
def self.run_sourcekitten(arguments)
|
48
|
-
bin_path = Pathname(__FILE__).parent + '
|
49
|
-
|
48
|
+
bin_path = Pathname(__FILE__).parent + 'sourcekitten/sourcekitten'
|
49
|
+
command = "#{bin_path} #{(arguments).join(' ')}"
|
50
|
+
output = `#{command}`
|
51
|
+
raise "Running `#{command}` failed: " + output unless $?.success?
|
52
|
+
output
|
50
53
|
end
|
51
54
|
|
52
55
|
def self.make_default_doc_info(declaration)
|
@@ -168,6 +171,15 @@ module Jazzy
|
|
168
171
|
(@undocumented_tokens.count + @documented_count)
|
169
172
|
end
|
170
173
|
|
174
|
+
def self.deduplicate_declarations(declarations)
|
175
|
+
duplicates = declarations.group_by { |d| [d.usr, d.type.kind] }.values
|
176
|
+
duplicates.map do |decls|
|
177
|
+
decls.first.tap do |d|
|
178
|
+
d.children = deduplicate_declarations(decls.flat_map(&:children).uniq)
|
179
|
+
end
|
180
|
+
end
|
181
|
+
end
|
182
|
+
|
171
183
|
# Parse sourcekitten STDOUT output as JSON
|
172
184
|
# @return [Hash] structured docs
|
173
185
|
def self.parse(sourcekitten_output, min_acl, skip_undocumented)
|
@@ -175,6 +187,7 @@ module Jazzy
|
|
175
187
|
@skip_undocumented = skip_undocumented
|
176
188
|
sourcekitten_json = JSON.parse(sourcekitten_output)
|
177
189
|
docs = make_source_declarations(sourcekitten_json)
|
190
|
+
docs = deduplicate_declarations(docs)
|
178
191
|
SourceDeclaration::Type.all.each do |type|
|
179
192
|
docs = group_docs(docs, type)
|
180
193
|
end
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -2,16 +2,18 @@
|
|
2
2
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
3
|
<plist version="1.0">
|
4
4
|
<dict>
|
5
|
+
<key>BuildMachineOSBuild</key>
|
6
|
+
<string>14B25</string>
|
5
7
|
<key>CFBundleDevelopmentRegion</key>
|
6
8
|
<string>en</string>
|
7
9
|
<key>CFBundleExecutable</key>
|
8
|
-
<string
|
10
|
+
<string>Commandant</string>
|
9
11
|
<key>CFBundleIdentifier</key>
|
10
|
-
<string>
|
12
|
+
<string>org.carthage.Commandant</string>
|
11
13
|
<key>CFBundleInfoDictionaryVersion</key>
|
12
14
|
<string>6.0</string>
|
13
15
|
<key>CFBundleName</key>
|
14
|
-
<string
|
16
|
+
<string>Commandant</string>
|
15
17
|
<key>CFBundlePackageType</key>
|
16
18
|
<string>FMWK</string>
|
17
19
|
<key>CFBundleShortVersionString</key>
|
@@ -19,10 +21,22 @@
|
|
19
21
|
<key>CFBundleSignature</key>
|
20
22
|
<string>????</string>
|
21
23
|
<key>CFBundleVersion</key>
|
22
|
-
<string
|
24
|
+
<string>1</string>
|
25
|
+
<key>DTCompiler</key>
|
26
|
+
<string>com.apple.compilers.llvm.clang.1_0</string>
|
27
|
+
<key>DTPlatformBuild</key>
|
28
|
+
<string>6A2008a</string>
|
29
|
+
<key>DTPlatformVersion</key>
|
30
|
+
<string>GM</string>
|
31
|
+
<key>DTSDKBuild</key>
|
32
|
+
<string>14A382</string>
|
33
|
+
<key>DTSDKName</key>
|
34
|
+
<string>macosx10.10</string>
|
35
|
+
<key>DTXcode</key>
|
36
|
+
<string>0611</string>
|
37
|
+
<key>DTXcodeBuild</key>
|
38
|
+
<string>6A2008a</string>
|
23
39
|
<key>NSHumanReadableCopyright</key>
|
24
|
-
<string>Copyright © 2014
|
25
|
-
<key>NSPrincipalClass</key>
|
26
|
-
<string></string>
|
40
|
+
<string>Copyright © 2014 Carthage. All rights reserved.</string>
|
27
41
|
</dict>
|
28
42
|
</plist>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,47 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>BuildMachineOSBuild</key>
|
6
|
+
<string>14B25</string>
|
7
|
+
<key>CFBundleDevelopmentRegion</key>
|
8
|
+
<string>en</string>
|
9
|
+
<key>CFBundleExecutable</key>
|
10
|
+
<string>LlamaKit</string>
|
11
|
+
<key>CFBundleIdentifier</key>
|
12
|
+
<string>net.robnapier.LlamaKit</string>
|
13
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
14
|
+
<string>6.0</string>
|
15
|
+
<key>CFBundleName</key>
|
16
|
+
<string>LlamaKit</string>
|
17
|
+
<key>CFBundlePackageType</key>
|
18
|
+
<string>FMWK</string>
|
19
|
+
<key>CFBundleShortVersionString</key>
|
20
|
+
<string>1.0</string>
|
21
|
+
<key>CFBundleSignature</key>
|
22
|
+
<string>????</string>
|
23
|
+
<key>CFBundleVersion</key>
|
24
|
+
<string>1</string>
|
25
|
+
<key>DTCompiler</key>
|
26
|
+
<string>com.apple.compilers.llvm.clang.1_0</string>
|
27
|
+
<key>DTPlatformBuild</key>
|
28
|
+
<string>6A2008a</string>
|
29
|
+
<key>DTPlatformVersion</key>
|
30
|
+
<string>GM</string>
|
31
|
+
<key>DTSDKBuild</key>
|
32
|
+
<string>14A382</string>
|
33
|
+
<key>DTSDKName</key>
|
34
|
+
<string>macosx10.10</string>
|
35
|
+
<key>DTXcode</key>
|
36
|
+
<string>0611</string>
|
37
|
+
<key>DTXcodeBuild</key>
|
38
|
+
<string>6A2008a</string>
|
39
|
+
<key>NSHumanReadableCopyright</key>
|
40
|
+
<string>Copyright © 2014 Rob Napier. All rights reserved.</string>
|
41
|
+
<key>UIDeviceFamily</key>
|
42
|
+
<array>
|
43
|
+
<integer>1</integer>
|
44
|
+
<integer>2</integer>
|
45
|
+
</array>
|
46
|
+
</dict>
|
47
|
+
</plist>
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,42 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>BuildMachineOSBuild</key>
|
6
|
+
<string>14B25</string>
|
7
|
+
<key>CFBundleDevelopmentRegion</key>
|
8
|
+
<string>en</string>
|
9
|
+
<key>CFBundleExecutable</key>
|
10
|
+
<string>SwiftXPC</string>
|
11
|
+
<key>CFBundleIdentifier</key>
|
12
|
+
<string>com.jpsim.SwiftXPC</string>
|
13
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
14
|
+
<string>6.0</string>
|
15
|
+
<key>CFBundleName</key>
|
16
|
+
<string>SwiftXPC</string>
|
17
|
+
<key>CFBundlePackageType</key>
|
18
|
+
<string>FMWK</string>
|
19
|
+
<key>CFBundleShortVersionString</key>
|
20
|
+
<string>0.0.1</string>
|
21
|
+
<key>CFBundleSignature</key>
|
22
|
+
<string>????</string>
|
23
|
+
<key>CFBundleVersion</key>
|
24
|
+
<string>1</string>
|
25
|
+
<key>DTCompiler</key>
|
26
|
+
<string>com.apple.compilers.llvm.clang.1_0</string>
|
27
|
+
<key>DTPlatformBuild</key>
|
28
|
+
<string>6A2008a</string>
|
29
|
+
<key>DTPlatformVersion</key>
|
30
|
+
<string>GM</string>
|
31
|
+
<key>DTSDKBuild</key>
|
32
|
+
<string>14A382</string>
|
33
|
+
<key>DTSDKName</key>
|
34
|
+
<string>macosx10.10</string>
|
35
|
+
<key>DTXcode</key>
|
36
|
+
<string>0611</string>
|
37
|
+
<key>DTXcodeBuild</key>
|
38
|
+
<string>6A2008a</string>
|
39
|
+
<key>NSHumanReadableCopyright</key>
|
40
|
+
<string>Copyright © 2014 JP Simard. All rights reserved.</string>
|
41
|
+
</dict>
|
42
|
+
</plist>
|
Binary file
|
data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftCore.dylib
ADDED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,42 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>BuildMachineOSBuild</key>
|
6
|
+
<string>14B25</string>
|
7
|
+
<key>CFBundleDevelopmentRegion</key>
|
8
|
+
<string>en</string>
|
9
|
+
<key>CFBundleExecutable</key>
|
10
|
+
<string>SourceKittenFramework</string>
|
11
|
+
<key>CFBundleIdentifier</key>
|
12
|
+
<string>com.sourcekitten.SourceKittenFramework</string>
|
13
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
14
|
+
<string>6.0</string>
|
15
|
+
<key>CFBundleName</key>
|
16
|
+
<string>SourceKittenFramework</string>
|
17
|
+
<key>CFBundlePackageType</key>
|
18
|
+
<string>FMWK</string>
|
19
|
+
<key>CFBundleShortVersionString</key>
|
20
|
+
<string>0.3.0</string>
|
21
|
+
<key>CFBundleSignature</key>
|
22
|
+
<string>????</string>
|
23
|
+
<key>CFBundleVersion</key>
|
24
|
+
<string>1</string>
|
25
|
+
<key>DTCompiler</key>
|
26
|
+
<string>com.apple.compilers.llvm.clang.1_0</string>
|
27
|
+
<key>DTPlatformBuild</key>
|
28
|
+
<string>6A2008a</string>
|
29
|
+
<key>DTPlatformVersion</key>
|
30
|
+
<string>GM</string>
|
31
|
+
<key>DTSDKBuild</key>
|
32
|
+
<string>14A382</string>
|
33
|
+
<key>DTSDKName</key>
|
34
|
+
<string>macosx10.10</string>
|
35
|
+
<key>DTXcode</key>
|
36
|
+
<string>0611</string>
|
37
|
+
<key>DTXcodeBuild</key>
|
38
|
+
<string>6A2008a</string>
|
39
|
+
<key>NSHumanReadableCopyright</key>
|
40
|
+
<string>Copyright © 2015 SourceKitten. All rights reserved.</string>
|
41
|
+
</dict>
|
42
|
+
</plist>
|
Binary file
|
Binary file
|
data/spec/integration_spec.rb
CHANGED
@@ -96,6 +96,12 @@ describe_cli 'jazzy' do
|
|
96
96
|
'-r http://static.realm.io/jazzy_demo/Alamofire/ ' \
|
97
97
|
'--skip-undocumented'
|
98
98
|
end
|
99
|
+
|
100
|
+
describe 'Creates docs for a podspec with dependencies and subspecs' do
|
101
|
+
behaves_like cli_spec 'document_moya_podspec',
|
102
|
+
'--podspec=Moya.podspec'
|
103
|
+
end
|
104
|
+
|
99
105
|
describe 'Creates docs for Swift project with a variety of contents' do
|
100
106
|
behaves_like cli_spec 'misc_jazzy_features',
|
101
107
|
'-m MiscJazzyFeatures -a Realm ' \
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jazzy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- JP Simard
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2015-01-
|
13
|
+
date: 2015-01-28 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: mustache
|
@@ -110,6 +110,20 @@ dependencies:
|
|
110
110
|
- - "~>"
|
111
111
|
- !ruby/object:Gem::Version
|
112
112
|
version: '1.3'
|
113
|
+
- !ruby/object:Gem::Dependency
|
114
|
+
name: cocoapods
|
115
|
+
requirement: !ruby/object:Gem::Requirement
|
116
|
+
requirements:
|
117
|
+
- - "~>"
|
118
|
+
- !ruby/object:Gem::Version
|
119
|
+
version: 0.36.0.beta.2
|
120
|
+
type: :runtime
|
121
|
+
prerelease: false
|
122
|
+
version_requirements: !ruby/object:Gem::Requirement
|
123
|
+
requirements:
|
124
|
+
- - "~>"
|
125
|
+
- !ruby/object:Gem::Version
|
126
|
+
version: 0.36.0.beta.2
|
113
127
|
- !ruby/object:Gem::Dependency
|
114
128
|
name: bundler
|
115
129
|
requirement: !ruby/object:Gem::Requirement
|
@@ -158,7 +172,6 @@ files:
|
|
158
172
|
- README.md
|
159
173
|
- Rakefile
|
160
174
|
- bin/jazzy
|
161
|
-
- bin/sourcekitten
|
162
175
|
- jazzy.gemspec
|
163
176
|
- lib/jazzy.rb
|
164
177
|
- lib/jazzy/assets/css/highlight.css.scss
|
@@ -182,6 +195,7 @@ files:
|
|
182
195
|
- lib/jazzy/partials/parameter.mustache
|
183
196
|
- lib/jazzy/partials/task.mustache
|
184
197
|
- lib/jazzy/partials/tasks.mustache
|
198
|
+
- lib/jazzy/podspec_documenter.rb
|
185
199
|
- lib/jazzy/readme_generator.rb
|
186
200
|
- lib/jazzy/source_declaration.rb
|
187
201
|
- lib/jazzy/source_declaration/access_control_level.rb
|
@@ -189,130 +203,43 @@ files:
|
|
189
203
|
- lib/jazzy/source_mark.rb
|
190
204
|
- lib/jazzy/source_module.rb
|
191
205
|
- lib/jazzy/sourcekitten.rb
|
206
|
+
- lib/jazzy/sourcekitten/Commandant.framework/Commandant
|
207
|
+
- lib/jazzy/sourcekitten/Commandant.framework/Versions/A/Commandant
|
208
|
+
- lib/jazzy/sourcekitten/Commandant.framework/Versions/A/Modules/Commandant.swiftmodule/x86_64.swiftdoc
|
209
|
+
- lib/jazzy/sourcekitten/Commandant.framework/Versions/A/Modules/Commandant.swiftmodule/x86_64.swiftmodule
|
210
|
+
- lib/jazzy/sourcekitten/Commandant.framework/Versions/A/Modules/module.modulemap
|
211
|
+
- lib/jazzy/sourcekitten/Commandant.framework/Versions/A/Resources/Info.plist
|
212
|
+
- lib/jazzy/sourcekitten/LlamaKit.framework/LlamaKit
|
213
|
+
- lib/jazzy/sourcekitten/LlamaKit.framework/Versions/A/LlamaKit
|
214
|
+
- lib/jazzy/sourcekitten/LlamaKit.framework/Versions/A/Modules/LlamaKit.swiftmodule/x86_64.swiftdoc
|
215
|
+
- lib/jazzy/sourcekitten/LlamaKit.framework/Versions/A/Modules/LlamaKit.swiftmodule/x86_64.swiftmodule
|
216
|
+
- lib/jazzy/sourcekitten/LlamaKit.framework/Versions/A/Modules/module.modulemap
|
217
|
+
- lib/jazzy/sourcekitten/LlamaKit.framework/Versions/A/Resources/Info.plist
|
218
|
+
- lib/jazzy/sourcekitten/SourceKittenFramework.framework/SourceKittenFramework
|
219
|
+
- lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/SwiftXPC
|
220
|
+
- lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Modules/SwiftXPC.swiftmodule/x86_64.swiftdoc
|
221
|
+
- lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Modules/SwiftXPC.swiftmodule/x86_64.swiftmodule
|
222
|
+
- lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Modules/module.modulemap
|
223
|
+
- lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Resources/Info.plist
|
224
|
+
- lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/SwiftXPC
|
225
|
+
- lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftCore.dylib
|
226
|
+
- lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftCoreGraphics.dylib
|
227
|
+
- lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftDarwin.dylib
|
228
|
+
- lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftDispatch.dylib
|
229
|
+
- lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftFoundation.dylib
|
230
|
+
- lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftObjectiveC.dylib
|
231
|
+
- lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftSecurity.dylib
|
232
|
+
- lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Modules/SourceKittenFramework.swiftmodule/x86_64.swiftdoc
|
233
|
+
- lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Modules/SourceKittenFramework.swiftmodule/x86_64.swiftmodule
|
234
|
+
- lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Modules/module.modulemap
|
235
|
+
- lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Resources/Info.plist
|
236
|
+
- lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/SourceKittenFramework
|
237
|
+
- lib/jazzy/sourcekitten/sourcekitten
|
192
238
|
- lib/jazzy/xml_helper.rb
|
193
239
|
- logo.jpg
|
194
240
|
- logo.sketch
|
195
241
|
- screenshot.jpg
|
196
242
|
- spec/integration_spec.rb
|
197
|
-
- spec/integration_specs/document_alamofire/after/docs/Classes.html
|
198
|
-
- spec/integration_specs/document_alamofire/after/docs/Classes/Manager.html
|
199
|
-
- spec/integration_specs/document_alamofire/after/docs/Classes/Request.html
|
200
|
-
- spec/integration_specs/document_alamofire/after/docs/Enums.html
|
201
|
-
- spec/integration_specs/document_alamofire/after/docs/Enums/ParameterEncoding.html
|
202
|
-
- spec/integration_specs/document_alamofire/after/docs/Extensions.html
|
203
|
-
- spec/integration_specs/document_alamofire/after/docs/Extensions/Manager.html
|
204
|
-
- spec/integration_specs/document_alamofire/after/docs/Extensions/Request.html
|
205
|
-
- spec/integration_specs/document_alamofire/after/docs/Functions.html
|
206
|
-
- spec/integration_specs/document_alamofire/after/docs/Global Variables.html
|
207
|
-
- spec/integration_specs/document_alamofire/after/docs/Protocols.html
|
208
|
-
- spec/integration_specs/document_alamofire/after/docs/Protocols/URLRequestConvertible.html
|
209
|
-
- spec/integration_specs/document_alamofire/after/docs/Protocols/URLStringConvertible.html
|
210
|
-
- spec/integration_specs/document_alamofire/after/docs/css/highlight.css
|
211
|
-
- spec/integration_specs/document_alamofire/after/docs/css/jazzy.css
|
212
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Info.plist
|
213
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Classes.html
|
214
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Classes/Manager.html
|
215
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Classes/Request.html
|
216
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Enums.html
|
217
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Enums/ParameterEncoding.html
|
218
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Extensions.html
|
219
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Extensions/Manager.html
|
220
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Extensions/Request.html
|
221
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Functions.html
|
222
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Global
|
223
|
-
Variables.html
|
224
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Manager.html
|
225
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/ParameterEncoding.html
|
226
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Protocols.html
|
227
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Protocols/URLRequestConvertible.html
|
228
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Protocols/URLStringConvertible.html
|
229
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Request.html
|
230
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/URLRequestConvertible.html
|
231
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/URLStringConvertible.html
|
232
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/carat.png
|
233
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/css/highlight.css
|
234
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/css/jazzy.css
|
235
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/dash.png
|
236
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/gh.png
|
237
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/highlight.css
|
238
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/img/carat.png
|
239
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/img/dash.png
|
240
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/img/gh.png
|
241
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/index.html
|
242
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/jazzy.css
|
243
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/jazzy.js
|
244
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/jquery.min.js
|
245
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/js/jazzy.js
|
246
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/js/jquery.min.js
|
247
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/undocumented.txt
|
248
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/docSet.dsidx.csv
|
249
|
-
- spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.xml
|
250
|
-
- spec/integration_specs/document_alamofire/after/docs/img/carat.png
|
251
|
-
- spec/integration_specs/document_alamofire/after/docs/img/dash.png
|
252
|
-
- spec/integration_specs/document_alamofire/after/docs/img/gh.png
|
253
|
-
- spec/integration_specs/document_alamofire/after/docs/index.html
|
254
|
-
- spec/integration_specs/document_alamofire/after/docs/js/jazzy.js
|
255
|
-
- spec/integration_specs/document_alamofire/after/docs/js/jquery.min.js
|
256
|
-
- spec/integration_specs/document_alamofire/after/docs/undocumented.txt
|
257
|
-
- spec/integration_specs/document_alamofire/after/execution_output.txt
|
258
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/Classes.html
|
259
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/Classes/ImplicitlyInternalTopLevelClass.html
|
260
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/Enums.html
|
261
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/Enums/DocumentedEnum.html
|
262
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/Global Variables.html
|
263
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/css/highlight.css
|
264
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/css/jazzy.css
|
265
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Info.plist
|
266
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Classes.html
|
267
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Classes/ImplicitlyInternalTopLevelClass.html
|
268
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/DocumentedEnum.html
|
269
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums.html
|
270
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums/DocumentedEnum.html
|
271
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Global
|
272
|
-
Variables.html
|
273
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/ImplicitlyInternalTopLevelClass.html
|
274
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/carat.png
|
275
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/css/highlight.css
|
276
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/css/jazzy.css
|
277
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/dash.png
|
278
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/gh.png
|
279
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/highlight.css
|
280
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/img/carat.png
|
281
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/img/dash.png
|
282
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/img/gh.png
|
283
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/index.html
|
284
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/jazzy.css
|
285
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/jazzy.js
|
286
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/jquery.min.js
|
287
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/js/jazzy.js
|
288
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/js/jquery.min.js
|
289
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/undocumented.txt
|
290
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/docSet.dsidx.csv
|
291
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/img/carat.png
|
292
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/img/dash.png
|
293
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/img/gh.png
|
294
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/index.html
|
295
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/js/jazzy.js
|
296
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/js/jquery.min.js
|
297
|
-
- spec/integration_specs/misc_jazzy_features/after/docs/undocumented.txt
|
298
|
-
- spec/integration_specs/misc_jazzy_features/after/execution_output.txt
|
299
|
-
- spec/integration_specs/misc_jazzy_features/before/MiscJazzyFeatures.xcodeproj/project.pbxproj
|
300
|
-
- spec/integration_specs/misc_jazzy_features/before/MiscJazzyFeatures.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
301
|
-
- spec/integration_specs/misc_jazzy_features/before/MiscJazzyFeatures/Classes.swift
|
302
|
-
- spec/integration_specs/misc_jazzy_features/before/MiscJazzyFeatures/Info.plist
|
303
|
-
- spec/integration_specs/misc_jazzy_features/before/MiscJazzyFeatures/MiscJazzyFeatures.h
|
304
|
-
- spec/integration_specs/misc_jazzy_features/before/docs/Classes.html
|
305
|
-
- spec/integration_specs/misc_jazzy_features/before/docs/Classes/ImplicitlyInternalTopLevelClass.html
|
306
|
-
- spec/integration_specs/misc_jazzy_features/before/docs/Enums.html
|
307
|
-
- spec/integration_specs/misc_jazzy_features/before/docs/Enums/DocumentedEnum.html
|
308
|
-
- spec/integration_specs/misc_jazzy_features/before/docs/Global Variables.html
|
309
|
-
- spec/integration_specs/misc_jazzy_features/before/docs/css/jazzy.css
|
310
|
-
- spec/integration_specs/misc_jazzy_features/before/docs/img/carat.png
|
311
|
-
- spec/integration_specs/misc_jazzy_features/before/docs/img/dash.png
|
312
|
-
- spec/integration_specs/misc_jazzy_features/before/docs/img/gh.png
|
313
|
-
- spec/integration_specs/misc_jazzy_features/before/docs/index.html
|
314
|
-
- spec/integration_specs/misc_jazzy_features/before/docs/js/jazzy.js
|
315
|
-
- spec/integration_specs/misc_jazzy_features/before/docs/js/jquery.min.js
|
316
243
|
homepage: http://github.com/realm/jazzy
|
317
244
|
licenses:
|
318
245
|
- MIT
|
@@ -338,3 +265,4 @@ signing_key:
|
|
338
265
|
specification_version: 4
|
339
266
|
summary: Soulful docs for Swift & Objective-C.
|
340
267
|
test_files: []
|
268
|
+
has_rdoc:
|