jazzy 0.0.15 → 0.0.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +7 -5
- data/Rakefile +2 -0
- data/bin/jazzy +1 -1
- data/jazzy.gemspec +1 -0
- data/lib/jazzy.rb +1 -0
- data/lib/jazzy/assets/css/highlight.css.scss +63 -0
- data/lib/jazzy/assets/css/jazzy.css.scss +27 -1
- data/lib/jazzy/assets/js/jazzy.js +8 -2
- data/lib/jazzy/config.rb +32 -0
- data/lib/jazzy/doc.mustache +15 -1
- data/lib/jazzy/doc_builder.rb +24 -12
- data/lib/jazzy/docset_builder.rb +77 -0
- data/lib/jazzy/docset_builder/info_plist.mustache +20 -0
- data/lib/jazzy/gem_version.rb +1 -1
- data/lib/jazzy/highlighter.rb +10 -0
- data/lib/jazzy/partials/task.mustache +3 -3
- data/lib/jazzy/source_declaration.rb +3 -3
- data/lib/jazzy/source_declaration/type.rb +136 -0
- data/lib/jazzy/source_module.rb +10 -0
- data/lib/jazzy/sourcekitten.rb +35 -62
- data/logo.sketch +0 -0
- data/spec/integration_spec.rb +10 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Info.plist +20 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Classes.html +267 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Classes/Manager.html +488 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Classes/Manager/init(configuration:).html +218 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Classes/Request.html +841 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Enums.html +257 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Enums/ParameterEncoding.html +346 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Extensions.html +708 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Extensions/Manager.html +344 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Extensions/Request.html +368 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Functions.html +1040 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Global Variables.html +226 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Manager.html +344 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Manager/init(configuration:).html +218 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/ParameterEncoding.html +346 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Protocols.html +275 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Protocols/URLRequestConvertible.html +227 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Protocols/URLStringConvertible.html +227 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Request.html +368 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/URLRequestConvertible.html +227 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/URLStringConvertible.html +227 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/carat.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/css/highlight.css +202 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/css/jazzy.css +708 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/dash.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/gh.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/highlight.css +202 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/img/carat.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/img/dash.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/img/gh.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/index.html +755 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/init(configuration:).html +218 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/jazzy.css +708 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/jazzy.js +21 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/jquery.min.js +4 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/js/jazzy.js +21 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/js/jquery.min.js +4 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/docSet.dsidx.csv +81 -0
- data/spec/integration_specs/document_alamofire/after/docs/Classes.html +18 -7
- data/spec/integration_specs/document_alamofire/after/docs/Classes/Manager.html +31 -19
- data/spec/integration_specs/document_alamofire/after/docs/Classes/Manager/init(configuration:).html +14 -1
- data/spec/integration_specs/document_alamofire/after/docs/Classes/Request.html +61 -46
- data/spec/integration_specs/document_alamofire/after/docs/Enums.html +18 -7
- data/spec/integration_specs/document_alamofire/after/docs/Enums/ParameterEncoding.html +20 -4
- data/spec/integration_specs/document_alamofire/after/docs/Extensions.html +68 -48
- data/spec/integration_specs/document_alamofire/after/docs/Extensions/Manager.html +21 -7
- data/spec/integration_specs/document_alamofire/after/docs/Extensions/Request.html +22 -10
- data/spec/integration_specs/document_alamofire/after/docs/Functions.html +51 -34
- data/spec/integration_specs/document_alamofire/after/docs/Global Variables.html +15 -4
- data/spec/integration_specs/document_alamofire/after/docs/Protocols.html +20 -7
- data/spec/integration_specs/document_alamofire/after/docs/Protocols/URLRequestConvertible.html +16 -4
- data/spec/integration_specs/document_alamofire/after/docs/Protocols/URLStringConvertible.html +16 -4
- data/spec/integration_specs/document_alamofire/after/docs/css/highlight.css +202 -0
- data/spec/integration_specs/document_alamofire/after/docs/css/jazzy.css +14 -0
- data/spec/integration_specs/document_alamofire/after/docs/index.html +53 -42
- data/spec/integration_specs/document_alamofire/after/docs/js/jazzy.js +8 -2
- data/spec/integration_specs/misc_jazzy_features/after/docs/Classes.html +34 -22
- data/spec/integration_specs/misc_jazzy_features/after/docs/Classes/ImplicitlyInternalTopLevelClass.html +16 -4
- data/spec/integration_specs/misc_jazzy_features/after/docs/Enums.html +16 -4
- data/spec/integration_specs/misc_jazzy_features/after/docs/Enums/DocumentedEnum.html +14 -1
- data/spec/integration_specs/misc_jazzy_features/after/docs/Global Variables.html +16 -4
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Info.plist +20 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/Classes.html +309 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/Classes/ImplicitlyInternalTopLevelClass.html +143 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/DocumentedEnum.html +134 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums.html +147 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums/DocumentedEnum.html +134 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/Global Variables.html +146 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/ImplicitlyInternalTopLevelClass.html +143 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/carat.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/css/highlight.css +202 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/css/jazzy.css +708 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/dash.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/gh.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/highlight.css +202 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/img/carat.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/img/dash.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/img/gh.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/index.html +106 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/jazzy.css +708 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/jazzy.js +21 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/jquery.min.js +4 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/js/jazzy.js +21 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/js/jquery.min.js +4 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/docSet.dsidx.csv +15 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/css/highlight.css +202 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/css/jazzy.css +14 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/index.html +12 -1
- data/spec/integration_specs/misc_jazzy_features/after/docs/js/jazzy.js +8 -2
- metadata +88 -5
- data/lib/jazzy/assets/css/github_syntax_highlighting.css.scss +0 -142
- data/spec/integration_specs/document_alamofire/after/docs/css/github_syntax_highlighting.css +0 -98
- data/spec/integration_specs/misc_jazzy_features/after/docs/css/github_syntax_highlighting.css +0 -98
@@ -0,0 +1,146 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en">
|
3
|
+
<head>
|
4
|
+
<title>Global Variables Reference</title>
|
5
|
+
<link rel="stylesheet" type="text/css" href="css/jazzy.css" />
|
6
|
+
<link rel="stylesheet" type="text/css" href="css/highlight.css" />
|
7
|
+
<meta charset='utf-8'>
|
8
|
+
<script type="text/javascript">
|
9
|
+
window.jazzy = {'docset': false}
|
10
|
+
if (typeof window.dash != 'undefined') {
|
11
|
+
document.documentElement.className += ' dash'
|
12
|
+
window.jazzy.docset = true
|
13
|
+
}
|
14
|
+
if (navigator.userAgent.match(/xcode/i)) {
|
15
|
+
document.documentElement.className += ' xcode'
|
16
|
+
window.jazzy.docset = true
|
17
|
+
}
|
18
|
+
</script>
|
19
|
+
<script src="js/jquery.min.js" defer></script>
|
20
|
+
<script src="js/jazzy.js" defer></script>
|
21
|
+
</head>
|
22
|
+
<body id="reference" class="Swift">
|
23
|
+
<a title="Global Variables Reference"></a>
|
24
|
+
<header>
|
25
|
+
<div class="content-wrapper">
|
26
|
+
<p class="header-text"><a href="index.html">MiscJazzyFeatures Docs</a> (81% documented)</p>
|
27
|
+
<p id="header-links"><a href="https://github.com/realm/jazzy"><img id="header-icon" src="img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
|
28
|
+
</div>
|
29
|
+
</header>
|
30
|
+
<section id="valence">
|
31
|
+
<div class="content-wrapper">
|
32
|
+
<p id="hierarchial_navigation">
|
33
|
+
<a href="index.html" id="design_resources_link">MiscJazzyFeatures Reference</a>
|
34
|
+
<img id="carat" src="img/carat.png" height="10px" width="6px" />
|
35
|
+
Global Variables Reference
|
36
|
+
</p>
|
37
|
+
</div>
|
38
|
+
</section>
|
39
|
+
<div class="content-wrapper">
|
40
|
+
<nav class="book-parts">
|
41
|
+
<ul class="nav-parts">
|
42
|
+
<li class="part-name tasks">
|
43
|
+
<a href="Classes.html">Classes</a>
|
44
|
+
<ul class="nav-chapters">
|
45
|
+
<li class="nav-chapter">
|
46
|
+
<a href="Classes/ImplicitlyInternalTopLevelClass.html">ImplicitlyInternalTopLevelClass</a>
|
47
|
+
</li>
|
48
|
+
<li class="nav-chapter">
|
49
|
+
<a href="Classes.html#/s:C17MiscJazzyFeatures31ExplicitlyInternalTopLevelClass">ExplicitlyInternalTopLevelClass</a>
|
50
|
+
</li>
|
51
|
+
<li class="nav-chapter">
|
52
|
+
<a href="Classes.html#/s:C17MiscJazzyFeaturesP33_72F27992F5E059C6D84AD5FC86B1B76B20PrivateTopLevelClass">PrivateTopLevelClass</a>
|
53
|
+
</li>
|
54
|
+
<li class="nav-chapter">
|
55
|
+
<a href="Classes.html#/s:C17MiscJazzyFeatures19PublicTopLevelClass">PublicTopLevelClass</a>
|
56
|
+
</li>
|
57
|
+
<li class="nav-chapter">
|
58
|
+
<a href="Classes.html#/s:C17MiscJazzyFeatures17ObjCTopLevelClass">ObjCTopLevelClass</a>
|
59
|
+
</li>
|
60
|
+
<li class="nav-chapter">
|
61
|
+
<a href="Classes.html#/s:C17MiscJazzyFeatures20TopLevelObjCSubclass">TopLevelObjCSubclass</a>
|
62
|
+
</li>
|
63
|
+
<li class="nav-chapter">
|
64
|
+
<a href="Classes.html#/s:C17MiscJazzyFeatures21TopLevelSwiftSubclass">TopLevelSwiftSubclass</a>
|
65
|
+
</li>
|
66
|
+
</ul>
|
67
|
+
</li>
|
68
|
+
<li class="part-name tasks">
|
69
|
+
<a href="Global Variables.html">Global Variables</a>
|
70
|
+
<ul class="nav-chapters">
|
71
|
+
<li class="nav-chapter">
|
72
|
+
<a href="Global Variables.html#/s:v17MiscJazzyFeatures16documentedGlobalSb">documentedGlobal</a>
|
73
|
+
</li>
|
74
|
+
</ul>
|
75
|
+
</li>
|
76
|
+
<li class="part-name tasks">
|
77
|
+
<a href="Enums.html">Enums</a>
|
78
|
+
<ul class="nav-chapters">
|
79
|
+
<li class="nav-chapter">
|
80
|
+
<a href="Enums/DocumentedEnum.html">DocumentedEnum</a>
|
81
|
+
</li>
|
82
|
+
</ul>
|
83
|
+
</li>
|
84
|
+
</ul>
|
85
|
+
</nav>
|
86
|
+
<div class="pixel-line"></div>
|
87
|
+
<div class="rubber-band-gap"></div>
|
88
|
+
<article class="chapter">
|
89
|
+
<a name="/"></a>
|
90
|
+
<h1 class="chapter-name">Global Variables</h1>
|
91
|
+
<section>
|
92
|
+
<section class="section">
|
93
|
+
<p class="para">The following global variables are available globally.</p>
|
94
|
+
</section>
|
95
|
+
<section class="section task-group-section">
|
96
|
+
<div class="task-group">
|
97
|
+
<div class="task-name-container">
|
98
|
+
|
99
|
+
<a name="/Globals"></a>
|
100
|
+
<a name="//apple_ref/swift/Section/Globals" class="dashAnchor"></a>
|
101
|
+
<a href="#/Globals">
|
102
|
+
<h3 class="section-name">Globals</h3>
|
103
|
+
</a>
|
104
|
+
|
105
|
+
</div>
|
106
|
+
<ul class="task-group-list">
|
107
|
+
<li class="item symbol">
|
108
|
+
<div class="task-group-term">
|
109
|
+
<code>
|
110
|
+
<a name="/s:v17MiscJazzyFeatures16documentedGlobalSb">
|
111
|
+
<a name="//apple_ref/swift/Global/documentedGlobal" class="dashAnchor"></a>
|
112
|
+
<a class="x-instance-method Swift" href="#/s:v17MiscJazzyFeatures16documentedGlobalSb">documentedGlobal</a>
|
113
|
+
</code>
|
114
|
+
</div>
|
115
|
+
<div class="height-container">
|
116
|
+
<div class="pointy-thing-container"></div>
|
117
|
+
<section class="section instance-method">
|
118
|
+
<div class="pointy-thing"></div>
|
119
|
+
<div class="abstract">
|
120
|
+
<p class="para">SUPPORTED: documented global</p>
|
121
|
+
</div>
|
122
|
+
<div class="declaration">
|
123
|
+
<h4>Declaration</h4>
|
124
|
+
|
125
|
+
<div class="Swift">
|
126
|
+
<p class="aside-title">Swift</p>
|
127
|
+
<pre class="highlight"><code><span class="k">let</span> <span class="nv">documentedGlobal</span><span class="p">:</span> <span class="kt">Bool</span></code></pre>
|
128
|
+
|
129
|
+
</div>
|
130
|
+
</div>
|
131
|
+
</section>
|
132
|
+
</div>
|
133
|
+
</li>
|
134
|
+
</ul>
|
135
|
+
</div>
|
136
|
+
</section>
|
137
|
+
</section>
|
138
|
+
<section id="footer">
|
139
|
+
<p class="copyright">© YYYY <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">Realm</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
|
140
|
+
<p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
141
|
+
</section>
|
142
|
+
</article>
|
143
|
+
</div>
|
144
|
+
</body>
|
145
|
+
</div>
|
146
|
+
</html>
|
@@ -0,0 +1,143 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en">
|
3
|
+
<head>
|
4
|
+
<title>ImplicitlyInternalTopLevelClass Class Reference</title>
|
5
|
+
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
|
6
|
+
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
|
7
|
+
<meta charset='utf-8'>
|
8
|
+
<script type="text/javascript">
|
9
|
+
window.jazzy = {'docset': false}
|
10
|
+
if (typeof window.dash != 'undefined') {
|
11
|
+
document.documentElement.className += ' dash'
|
12
|
+
window.jazzy.docset = true
|
13
|
+
}
|
14
|
+
if (navigator.userAgent.match(/xcode/i)) {
|
15
|
+
document.documentElement.className += ' xcode'
|
16
|
+
window.jazzy.docset = true
|
17
|
+
}
|
18
|
+
</script>
|
19
|
+
<script src="../js/jquery.min.js" defer></script>
|
20
|
+
<script src="../js/jazzy.js" defer></script>
|
21
|
+
</head>
|
22
|
+
<body id="reference" class="Swift">
|
23
|
+
<a name="//apple_ref/swift/Class/ImplicitlyInternalTopLevelClass" class="dashAnchor"></a>
|
24
|
+
<a title="ImplicitlyInternalTopLevelClass Class Reference"></a>
|
25
|
+
<header>
|
26
|
+
<div class="content-wrapper">
|
27
|
+
<p class="header-text"><a href="../index.html">MiscJazzyFeatures Docs</a> (81% documented)</p>
|
28
|
+
<p id="header-links"><a href="https://github.com/realm/jazzy"><img id="header-icon" src="../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
|
29
|
+
</div>
|
30
|
+
</header>
|
31
|
+
<section id="valence">
|
32
|
+
<div class="content-wrapper">
|
33
|
+
<p id="hierarchial_navigation">
|
34
|
+
<a href="../index.html" id="design_resources_link">MiscJazzyFeatures Reference</a>
|
35
|
+
<img id="carat" src="../img/carat.png" height="10px" width="6px" />
|
36
|
+
ImplicitlyInternalTopLevelClass Class Reference
|
37
|
+
</p>
|
38
|
+
</div>
|
39
|
+
</section>
|
40
|
+
<div class="content-wrapper">
|
41
|
+
<nav class="book-parts">
|
42
|
+
<ul class="nav-parts">
|
43
|
+
<li class="part-name tasks">
|
44
|
+
<a href="../Classes.html">Classes</a>
|
45
|
+
<ul class="nav-chapters">
|
46
|
+
<li class="nav-chapter">
|
47
|
+
<a href="../Classes/ImplicitlyInternalTopLevelClass.html">ImplicitlyInternalTopLevelClass</a>
|
48
|
+
</li>
|
49
|
+
<li class="nav-chapter">
|
50
|
+
<a href="../Classes.html#/s:C17MiscJazzyFeatures31ExplicitlyInternalTopLevelClass">ExplicitlyInternalTopLevelClass</a>
|
51
|
+
</li>
|
52
|
+
<li class="nav-chapter">
|
53
|
+
<a href="../Classes.html#/s:C17MiscJazzyFeaturesP33_72F27992F5E059C6D84AD5FC86B1B76B20PrivateTopLevelClass">PrivateTopLevelClass</a>
|
54
|
+
</li>
|
55
|
+
<li class="nav-chapter">
|
56
|
+
<a href="../Classes.html#/s:C17MiscJazzyFeatures19PublicTopLevelClass">PublicTopLevelClass</a>
|
57
|
+
</li>
|
58
|
+
<li class="nav-chapter">
|
59
|
+
<a href="../Classes.html#/s:C17MiscJazzyFeatures17ObjCTopLevelClass">ObjCTopLevelClass</a>
|
60
|
+
</li>
|
61
|
+
<li class="nav-chapter">
|
62
|
+
<a href="../Classes.html#/s:C17MiscJazzyFeatures20TopLevelObjCSubclass">TopLevelObjCSubclass</a>
|
63
|
+
</li>
|
64
|
+
<li class="nav-chapter">
|
65
|
+
<a href="../Classes.html#/s:C17MiscJazzyFeatures21TopLevelSwiftSubclass">TopLevelSwiftSubclass</a>
|
66
|
+
</li>
|
67
|
+
</ul>
|
68
|
+
</li>
|
69
|
+
<li class="part-name tasks">
|
70
|
+
<a href="../Global Variables.html">Global Variables</a>
|
71
|
+
<ul class="nav-chapters">
|
72
|
+
<li class="nav-chapter">
|
73
|
+
<a href="../Global Variables.html#/s:v17MiscJazzyFeatures16documentedGlobalSb">documentedGlobal</a>
|
74
|
+
</li>
|
75
|
+
</ul>
|
76
|
+
</li>
|
77
|
+
<li class="part-name tasks">
|
78
|
+
<a href="../Enums.html">Enums</a>
|
79
|
+
<ul class="nav-chapters">
|
80
|
+
<li class="nav-chapter">
|
81
|
+
<a href="../Enums/DocumentedEnum.html">DocumentedEnum</a>
|
82
|
+
</li>
|
83
|
+
</ul>
|
84
|
+
</li>
|
85
|
+
</ul>
|
86
|
+
</nav>
|
87
|
+
<div class="pixel-line"></div>
|
88
|
+
<div class="rubber-band-gap"></div>
|
89
|
+
<article class="chapter">
|
90
|
+
<a name="/"></a>
|
91
|
+
<h1 class="chapter-name">ImplicitlyInternalTopLevelClass</h1>
|
92
|
+
<section>
|
93
|
+
<section class="section">
|
94
|
+
<p class="para">SUPPORTED: implicitly internal top-level class</p>
|
95
|
+
</section>
|
96
|
+
<section class="section task-group-section">
|
97
|
+
<div class="task-group">
|
98
|
+
<div class="task-name-container">
|
99
|
+
|
100
|
+
<a name="/Unnamed"></a>
|
101
|
+
|
102
|
+
</div>
|
103
|
+
<ul class="task-group-list">
|
104
|
+
<li class="item symbol">
|
105
|
+
<div class="task-group-term">
|
106
|
+
<code>
|
107
|
+
<a name="/s:CC17MiscJazzyFeatures31ImplicitlyInternalTopLevelClass11NestedClass">
|
108
|
+
<a name="//apple_ref/swift/Class/NestedClass" class="dashAnchor"></a>
|
109
|
+
<a class="x-instance-method Swift" href="#/s:CC17MiscJazzyFeatures31ImplicitlyInternalTopLevelClass11NestedClass">NestedClass</a>
|
110
|
+
</code>
|
111
|
+
</div>
|
112
|
+
<div class="height-container">
|
113
|
+
<div class="pointy-thing-container"></div>
|
114
|
+
<section class="section instance-method">
|
115
|
+
<div class="pointy-thing"></div>
|
116
|
+
<div class="abstract">
|
117
|
+
<p class="para">SUPPORTED: Nested class</p>
|
118
|
+
</div>
|
119
|
+
<div class="declaration">
|
120
|
+
<h4>Declaration</h4>
|
121
|
+
|
122
|
+
<div class="Swift">
|
123
|
+
<p class="aside-title">Swift</p>
|
124
|
+
<pre class="highlight"><code><span class="kd">class</span> <span class="kt">NestedClass</span></code></pre>
|
125
|
+
|
126
|
+
</div>
|
127
|
+
</div>
|
128
|
+
</section>
|
129
|
+
</div>
|
130
|
+
</li>
|
131
|
+
</ul>
|
132
|
+
</div>
|
133
|
+
</section>
|
134
|
+
</section>
|
135
|
+
<section id="footer">
|
136
|
+
<p class="copyright">© YYYY <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">Realm</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
|
137
|
+
<p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
138
|
+
</section>
|
139
|
+
</article>
|
140
|
+
</div>
|
141
|
+
</body>
|
142
|
+
</div>
|
143
|
+
</html>
|
Binary file
|
@@ -0,0 +1,202 @@
|
|
1
|
+
/* Credit to https://gist.github.com/wataru420/2048287 */
|
2
|
+
.highlight {
|
3
|
+
/* Comment */
|
4
|
+
/* Error */
|
5
|
+
/* Keyword */
|
6
|
+
/* Operator */
|
7
|
+
/* Comment.Multiline */
|
8
|
+
/* Comment.Preproc */
|
9
|
+
/* Comment.Single */
|
10
|
+
/* Comment.Special */
|
11
|
+
/* Generic.Deleted */
|
12
|
+
/* Generic.Deleted.Specific */
|
13
|
+
/* Generic.Emph */
|
14
|
+
/* Generic.Error */
|
15
|
+
/* Generic.Heading */
|
16
|
+
/* Generic.Inserted */
|
17
|
+
/* Generic.Inserted.Specific */
|
18
|
+
/* Generic.Output */
|
19
|
+
/* Generic.Prompt */
|
20
|
+
/* Generic.Strong */
|
21
|
+
/* Generic.Subheading */
|
22
|
+
/* Generic.Traceback */
|
23
|
+
/* Keyword.Constant */
|
24
|
+
/* Keyword.Declaration */
|
25
|
+
/* Keyword.Pseudo */
|
26
|
+
/* Keyword.Reserved */
|
27
|
+
/* Keyword.Type */
|
28
|
+
/* Literal.Number */
|
29
|
+
/* Literal.String */
|
30
|
+
/* Name.Attribute */
|
31
|
+
/* Name.Builtin */
|
32
|
+
/* Name.Class */
|
33
|
+
/* Name.Constant */
|
34
|
+
/* Name.Entity */
|
35
|
+
/* Name.Exception */
|
36
|
+
/* Name.Function */
|
37
|
+
/* Name.Namespace */
|
38
|
+
/* Name.Tag */
|
39
|
+
/* Name.Variable */
|
40
|
+
/* Operator.Word */
|
41
|
+
/* Text.Whitespace */
|
42
|
+
/* Literal.Number.Float */
|
43
|
+
/* Literal.Number.Hex */
|
44
|
+
/* Literal.Number.Integer */
|
45
|
+
/* Literal.Number.Oct */
|
46
|
+
/* Literal.String.Backtick */
|
47
|
+
/* Literal.String.Char */
|
48
|
+
/* Literal.String.Doc */
|
49
|
+
/* Literal.String.Double */
|
50
|
+
/* Literal.String.Escape */
|
51
|
+
/* Literal.String.Heredoc */
|
52
|
+
/* Literal.String.Interpol */
|
53
|
+
/* Literal.String.Other */
|
54
|
+
/* Literal.String.Regex */
|
55
|
+
/* Literal.String.Single */
|
56
|
+
/* Literal.String.Symbol */
|
57
|
+
/* Name.Builtin.Pseudo */
|
58
|
+
/* Name.Variable.Class */
|
59
|
+
/* Name.Variable.Global */
|
60
|
+
/* Name.Variable.Instance */
|
61
|
+
/* Literal.Number.Integer.Long */ }
|
62
|
+
.highlight .c {
|
63
|
+
color: #999988;
|
64
|
+
font-style: italic; }
|
65
|
+
.highlight .err {
|
66
|
+
color: #a61717;
|
67
|
+
background-color: #e3d2d2; }
|
68
|
+
.highlight .k {
|
69
|
+
color: #000000;
|
70
|
+
font-weight: bold; }
|
71
|
+
.highlight .o {
|
72
|
+
color: #000000;
|
73
|
+
font-weight: bold; }
|
74
|
+
.highlight .cm {
|
75
|
+
color: #999988;
|
76
|
+
font-style: italic; }
|
77
|
+
.highlight .cp {
|
78
|
+
color: #999999;
|
79
|
+
font-weight: bold; }
|
80
|
+
.highlight .c1 {
|
81
|
+
color: #999988;
|
82
|
+
font-style: italic; }
|
83
|
+
.highlight .cs {
|
84
|
+
color: #999999;
|
85
|
+
font-weight: bold;
|
86
|
+
font-style: italic; }
|
87
|
+
.highlight .gd {
|
88
|
+
color: #000000;
|
89
|
+
background-color: #ffdddd; }
|
90
|
+
.highlight .gd .x {
|
91
|
+
color: #000000;
|
92
|
+
background-color: #ffaaaa; }
|
93
|
+
.highlight .ge {
|
94
|
+
color: #000000;
|
95
|
+
font-style: italic; }
|
96
|
+
.highlight .gr {
|
97
|
+
color: #aa0000; }
|
98
|
+
.highlight .gh {
|
99
|
+
color: #999999; }
|
100
|
+
.highlight .gi {
|
101
|
+
color: #000000;
|
102
|
+
background-color: #ddffdd; }
|
103
|
+
.highlight .gi .x {
|
104
|
+
color: #000000;
|
105
|
+
background-color: #aaffaa; }
|
106
|
+
.highlight .go {
|
107
|
+
color: #888888; }
|
108
|
+
.highlight .gp {
|
109
|
+
color: #555555; }
|
110
|
+
.highlight .gs {
|
111
|
+
font-weight: bold; }
|
112
|
+
.highlight .gu {
|
113
|
+
color: #aaaaaa; }
|
114
|
+
.highlight .gt {
|
115
|
+
color: #aa0000; }
|
116
|
+
.highlight .kc {
|
117
|
+
color: #000000;
|
118
|
+
font-weight: bold; }
|
119
|
+
.highlight .kd {
|
120
|
+
color: #000000;
|
121
|
+
font-weight: bold; }
|
122
|
+
.highlight .kp {
|
123
|
+
color: #000000;
|
124
|
+
font-weight: bold; }
|
125
|
+
.highlight .kr {
|
126
|
+
color: #000000;
|
127
|
+
font-weight: bold; }
|
128
|
+
.highlight .kt {
|
129
|
+
color: #445588;
|
130
|
+
font-weight: bold; }
|
131
|
+
.highlight .m {
|
132
|
+
color: #009999; }
|
133
|
+
.highlight .s {
|
134
|
+
color: #d14; }
|
135
|
+
.highlight .na {
|
136
|
+
color: #008080; }
|
137
|
+
.highlight .nb {
|
138
|
+
color: #0086B3; }
|
139
|
+
.highlight .nc {
|
140
|
+
color: #445588;
|
141
|
+
font-weight: bold; }
|
142
|
+
.highlight .no {
|
143
|
+
color: #008080; }
|
144
|
+
.highlight .ni {
|
145
|
+
color: #800080; }
|
146
|
+
.highlight .ne {
|
147
|
+
color: #990000;
|
148
|
+
font-weight: bold; }
|
149
|
+
.highlight .nf {
|
150
|
+
color: #990000;
|
151
|
+
font-weight: bold; }
|
152
|
+
.highlight .nn {
|
153
|
+
color: #555555; }
|
154
|
+
.highlight .nt {
|
155
|
+
color: #000080; }
|
156
|
+
.highlight .nv {
|
157
|
+
color: #008080; }
|
158
|
+
.highlight .ow {
|
159
|
+
color: #000000;
|
160
|
+
font-weight: bold; }
|
161
|
+
.highlight .w {
|
162
|
+
color: #bbbbbb; }
|
163
|
+
.highlight .mf {
|
164
|
+
color: #009999; }
|
165
|
+
.highlight .mh {
|
166
|
+
color: #009999; }
|
167
|
+
.highlight .mi {
|
168
|
+
color: #009999; }
|
169
|
+
.highlight .mo {
|
170
|
+
color: #009999; }
|
171
|
+
.highlight .sb {
|
172
|
+
color: #d14; }
|
173
|
+
.highlight .sc {
|
174
|
+
color: #d14; }
|
175
|
+
.highlight .sd {
|
176
|
+
color: #d14; }
|
177
|
+
.highlight .s2 {
|
178
|
+
color: #d14; }
|
179
|
+
.highlight .se {
|
180
|
+
color: #d14; }
|
181
|
+
.highlight .sh {
|
182
|
+
color: #d14; }
|
183
|
+
.highlight .si {
|
184
|
+
color: #d14; }
|
185
|
+
.highlight .sx {
|
186
|
+
color: #d14; }
|
187
|
+
.highlight .sr {
|
188
|
+
color: #009926; }
|
189
|
+
.highlight .s1 {
|
190
|
+
color: #d14; }
|
191
|
+
.highlight .ss {
|
192
|
+
color: #990073; }
|
193
|
+
.highlight .bp {
|
194
|
+
color: #999999; }
|
195
|
+
.highlight .vc {
|
196
|
+
color: #008080; }
|
197
|
+
.highlight .vg {
|
198
|
+
color: #008080; }
|
199
|
+
.highlight .vi {
|
200
|
+
color: #008080; }
|
201
|
+
.highlight .il {
|
202
|
+
color: #009999; }
|