Skip to content

Commit d6adb56

Browse files
committed
Updated documentation
1 parent 7e7fbae commit d6adb56

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+878
-862
lines changed

Docs/Classes/DarkTheme.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ <h1>DarkTheme</h1>
112112
<li class="item">
113113
<div>
114114
<code>
115-
<a name="/s:ZvC8ThemeKit9DarkTheme10identifierSS"></a>
115+
<a name="/c:@M@ThemeKit@objc(cs)TKDarkTheme(cpy)identifier"></a>
116116
<a name="//apple_ref/swift/Variable/identifier" class="dashAnchor"></a>
117-
<a class="token" href="#/s:ZvC8ThemeKit9DarkTheme10identifierSS">identifier</a>
117+
<a class="token" href="#/c:@M@ThemeKit@objc(cs)TKDarkTheme(cpy)identifier">identifier</a>
118118
</code>
119119
</div>
120120
<div class="height-container">
@@ -129,7 +129,7 @@ <h1>DarkTheme</h1>
129129
<h4>Declaration</h4>
130130
<div class="language">
131131
<p class="aside-title">Swift</p>
132-
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">static</span> <span class="k">var</span> <span class="nv">identifier</span><span class="p">:</span> <span class="kt">String</span> <span class="o">=</span> <span class="s">"com.luckymarmot.ThemeKit.DarkTheme"</span></code></pre>
132+
<pre class="highlight"><code><span class="kd">@objc</span> <span class="kd">public</span> <span class="kd">static</span> <span class="k">var</span> <span class="nv">identifier</span><span class="p">:</span> <span class="kt">String</span> <span class="o">=</span> <span class="s">"com.luckymarmot.ThemeKit.DarkTheme"</span></code></pre>
133133

134134
</div>
135135
</div>
@@ -142,9 +142,9 @@ <h4>Declaration</h4>
142142
<li class="item">
143143
<div>
144144
<code>
145-
<a name="/s:vC8ThemeKit9DarkTheme10identifierSS"></a>
145+
<a name="/c:@M@ThemeKit@objc(cs)TKDarkTheme(py)identifier"></a>
146146
<a name="//apple_ref/swift/Property/identifier" class="dashAnchor"></a>
147-
<a class="token" href="#/s:vC8ThemeKit9DarkTheme10identifierSS">identifier</a>
147+
<a class="token" href="#/c:@M@ThemeKit@objc(cs)TKDarkTheme(py)identifier">identifier</a>
148148
</code>
149149
</div>
150150
<div class="height-container">
@@ -159,7 +159,7 @@ <h4>Declaration</h4>
159159
<h4>Declaration</h4>
160160
<div class="language">
161161
<p class="aside-title">Swift</p>
162-
<pre class="highlight"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">identifier</span><span class="p">:</span> <span class="kt">String</span> <span class="o">=</span> <span class="kt">DarkTheme</span><span class="o">.</span><span class="n"><a href="../Classes/DarkTheme.html#/s:ZvC8ThemeKit9DarkTheme10identifierSS">identifier</a></span><span class="p">;</span></code></pre>
162+
<pre class="highlight"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">identifier</span><span class="p">:</span> <span class="kt">String</span> <span class="o">=</span> <span class="kt">DarkTheme</span><span class="o">.</span><span class="n"><a href="../Classes/DarkTheme.html#/c:@M@ThemeKit@objc(cs)TKDarkTheme(cpy)identifier">identifier</a></span><span class="p">;</span></code></pre>
163163

164164
</div>
165165
</div>
@@ -172,9 +172,9 @@ <h4>Declaration</h4>
172172
<li class="item">
173173
<div>
174174
<code>
175-
<a name="/s:vC8ThemeKit9DarkTheme11displayNameSS"></a>
175+
<a name="/c:@M@ThemeKit@objc(cs)TKDarkTheme(py)displayName"></a>
176176
<a name="//apple_ref/swift/Property/displayName" class="dashAnchor"></a>
177-
<a class="token" href="#/s:vC8ThemeKit9DarkTheme11displayNameSS">displayName</a>
177+
<a class="token" href="#/c:@M@ThemeKit@objc(cs)TKDarkTheme(py)displayName">displayName</a>
178178
</code>
179179
</div>
180180
<div class="height-container">
@@ -202,9 +202,9 @@ <h4>Declaration</h4>
202202
<li class="item">
203203
<div>
204204
<code>
205-
<a name="/s:vC8ThemeKit9DarkTheme16shortDisplayNameSS"></a>
205+
<a name="/c:@M@ThemeKit@objc(cs)TKDarkTheme(py)shortDisplayName"></a>
206206
<a name="//apple_ref/swift/Property/shortDisplayName" class="dashAnchor"></a>
207-
<a class="token" href="#/s:vC8ThemeKit9DarkTheme16shortDisplayNameSS">shortDisplayName</a>
207+
<a class="token" href="#/c:@M@ThemeKit@objc(cs)TKDarkTheme(py)shortDisplayName">shortDisplayName</a>
208208
</code>
209209
</div>
210210
<div class="height-container">
@@ -232,9 +232,9 @@ <h4>Declaration</h4>
232232
<li class="item">
233233
<div>
234234
<code>
235-
<a name="/s:vC8ThemeKit9DarkTheme11isDarkThemeSb"></a>
235+
<a name="/c:@M@ThemeKit@objc(cs)TKDarkTheme(py)isDarkTheme"></a>
236236
<a name="//apple_ref/swift/Property/isDarkTheme" class="dashAnchor"></a>
237-
<a class="token" href="#/s:vC8ThemeKit9DarkTheme11isDarkThemeSb">isDarkTheme</a>
237+
<a class="token" href="#/c:@M@ThemeKit@objc(cs)TKDarkTheme(py)isDarkTheme">isDarkTheme</a>
238238
</code>
239239
</div>
240240
<div class="height-container">
@@ -265,7 +265,7 @@ <h4>Declaration</h4>
265265
</section>
266266
<section id="footer">
267267
<p>© 2016-2017 <a class="link" href="https://paw.cloud" target="_blank" rel="external">Paw</a> &amp; <a class="link" href="http://nunogrilo.com" target="_blank" rel="external">Nuno Grilo</a> under <a class="link" href="https://github.com/luckymarmot/ThemeKit/blob/master/LICENSE" target="_blank" rel="external">MIT License</a>.</p>
268-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
268+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
269269
</section>
270270
</article>
271271
</div>

Docs/Classes/LightTheme.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ <h1>LightTheme</h1>
112112
<li class="item">
113113
<div>
114114
<code>
115-
<a name="/s:ZvC8ThemeKit10LightTheme10identifierSS"></a>
115+
<a name="/c:@M@ThemeKit@objc(cs)TKLightTheme(cpy)identifier"></a>
116116
<a name="//apple_ref/swift/Variable/identifier" class="dashAnchor"></a>
117-
<a class="token" href="#/s:ZvC8ThemeKit10LightTheme10identifierSS">identifier</a>
117+
<a class="token" href="#/c:@M@ThemeKit@objc(cs)TKLightTheme(cpy)identifier">identifier</a>
118118
</code>
119119
</div>
120120
<div class="height-container">
@@ -129,7 +129,7 @@ <h1>LightTheme</h1>
129129
<h4>Declaration</h4>
130130
<div class="language">
131131
<p class="aside-title">Swift</p>
132-
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">static</span> <span class="k">var</span> <span class="nv">identifier</span><span class="p">:</span> <span class="kt">String</span> <span class="o">=</span> <span class="s">"com.luckymarmot.ThemeKit.LightTheme"</span></code></pre>
132+
<pre class="highlight"><code><span class="kd">@objc</span> <span class="kd">public</span> <span class="kd">static</span> <span class="k">var</span> <span class="nv">identifier</span><span class="p">:</span> <span class="kt">String</span> <span class="o">=</span> <span class="s">"com.luckymarmot.ThemeKit.LightTheme"</span></code></pre>
133133

134134
</div>
135135
</div>
@@ -142,9 +142,9 @@ <h4>Declaration</h4>
142142
<li class="item">
143143
<div>
144144
<code>
145-
<a name="/s:vC8ThemeKit10LightTheme10identifierSS"></a>
145+
<a name="/c:@M@ThemeKit@objc(cs)TKLightTheme(py)identifier"></a>
146146
<a name="//apple_ref/swift/Property/identifier" class="dashAnchor"></a>
147-
<a class="token" href="#/s:vC8ThemeKit10LightTheme10identifierSS">identifier</a>
147+
<a class="token" href="#/c:@M@ThemeKit@objc(cs)TKLightTheme(py)identifier">identifier</a>
148148
</code>
149149
</div>
150150
<div class="height-container">
@@ -159,7 +159,7 @@ <h4>Declaration</h4>
159159
<h4>Declaration</h4>
160160
<div class="language">
161161
<p class="aside-title">Swift</p>
162-
<pre class="highlight"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">identifier</span><span class="p">:</span> <span class="kt">String</span> <span class="o">=</span> <span class="kt">LightTheme</span><span class="o">.</span><span class="n"><a href="../Classes/LightTheme.html#/s:ZvC8ThemeKit10LightTheme10identifierSS">identifier</a></span></code></pre>
162+
<pre class="highlight"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">identifier</span><span class="p">:</span> <span class="kt">String</span> <span class="o">=</span> <span class="kt">LightTheme</span><span class="o">.</span><span class="n"><a href="../Classes/LightTheme.html#/c:@M@ThemeKit@objc(cs)TKLightTheme(cpy)identifier">identifier</a></span></code></pre>
163163

164164
</div>
165165
</div>
@@ -172,9 +172,9 @@ <h4>Declaration</h4>
172172
<li class="item">
173173
<div>
174174
<code>
175-
<a name="/s:vC8ThemeKit10LightTheme11displayNameSS"></a>
175+
<a name="/c:@M@ThemeKit@objc(cs)TKLightTheme(py)displayName"></a>
176176
<a name="//apple_ref/swift/Property/displayName" class="dashAnchor"></a>
177-
<a class="token" href="#/s:vC8ThemeKit10LightTheme11displayNameSS">displayName</a>
177+
<a class="token" href="#/c:@M@ThemeKit@objc(cs)TKLightTheme(py)displayName">displayName</a>
178178
</code>
179179
</div>
180180
<div class="height-container">
@@ -202,9 +202,9 @@ <h4>Declaration</h4>
202202
<li class="item">
203203
<div>
204204
<code>
205-
<a name="/s:vC8ThemeKit10LightTheme16shortDisplayNameSS"></a>
205+
<a name="/c:@M@ThemeKit@objc(cs)TKLightTheme(py)shortDisplayName"></a>
206206
<a name="//apple_ref/swift/Property/shortDisplayName" class="dashAnchor"></a>
207-
<a class="token" href="#/s:vC8ThemeKit10LightTheme16shortDisplayNameSS">shortDisplayName</a>
207+
<a class="token" href="#/c:@M@ThemeKit@objc(cs)TKLightTheme(py)shortDisplayName">shortDisplayName</a>
208208
</code>
209209
</div>
210210
<div class="height-container">
@@ -232,9 +232,9 @@ <h4>Declaration</h4>
232232
<li class="item">
233233
<div>
234234
<code>
235-
<a name="/s:vC8ThemeKit10LightTheme11isDarkThemeSb"></a>
235+
<a name="/c:@M@ThemeKit@objc(cs)TKLightTheme(py)isDarkTheme"></a>
236236
<a name="//apple_ref/swift/Property/isDarkTheme" class="dashAnchor"></a>
237-
<a class="token" href="#/s:vC8ThemeKit10LightTheme11isDarkThemeSb">isDarkTheme</a>
237+
<a class="token" href="#/c:@M@ThemeKit@objc(cs)TKLightTheme(py)isDarkTheme">isDarkTheme</a>
238238
</code>
239239
</div>
240240
<div class="height-container">
@@ -265,7 +265,7 @@ <h4>Declaration</h4>
265265
</section>
266266
<section id="footer">
267267
<p>© 2016-2017 <a class="link" href="https://paw.cloud" target="_blank" rel="external">Paw</a> &amp; <a class="link" href="http://nunogrilo.com" target="_blank" rel="external">Nuno Grilo</a> under <a class="link" href="https://github.com/luckymarmot/ThemeKit/blob/master/LICENSE" target="_blank" rel="external">MIT License</a>.</p>
268-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
268+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
269269
</section>
270270
</article>
271271
</div>

0 commit comments

Comments
 (0)