Skip to content

Commit 2f06131

Browse files
committed
[0.4.0] gen docs
1 parent 881ab42 commit 2f06131

File tree

67 files changed

+487
-345
lines changed

Some content is hidden

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

67 files changed

+487
-345
lines changed

docs/Classes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ <h4>Declaration</h4>
211211
</section>
212212
</section>
213213
<section id="footer">
214-
<p>&copy; 2018 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2018-09-20)</p>
215-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
214+
<p>&copy; 2019 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2019-01-31)</p>
215+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
216216
</section>
217217
</article>
218218
</div>

docs/Classes/CollectionViewDriver.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ <h4>Declaration</h4>
216216
<h4>Declaration</h4>
217217
<div class="language">
218218
<p class="aside-title">Swift</p>
219-
<pre class="highlight swift"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">collectionViewModel</span><span class="p">:</span> <span class="kt"><a href="../Structs/CollectionViewModel.html">CollectionViewModel</a></span><span class="p">?</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>
219+
<pre class="highlight swift"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">collectionViewModel</span><span class="p">:</span> <span class="nf">CollectionViewModel</span><span class="p">?</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>
220220

221221
</div>
222222
</div>
@@ -369,8 +369,8 @@ <h4>Declaration</h4>
369369
</section>
370370
</section>
371371
<section id="footer">
372-
<p>&copy; 2018 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2018-09-20)</p>
373-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
372+
<p>&copy; 2019 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2019-01-31)</p>
373+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
374374
</section>
375375
</article>
376376
</div>

docs/Classes/TableViewDriver.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ <h4>Declaration</h4>
237237
<h4>Declaration</h4>
238238
<div class="language">
239239
<p class="aside-title">Swift</p>
240-
<pre class="highlight swift"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">tableViewModel</span><span class="p">:</span> <span class="kt"><a href="../Structs/TableViewModel.html">TableViewModel</a></span><span class="p">?</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>
240+
<pre class="highlight swift"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">tableViewModel</span><span class="p">:</span> <span class="nf">TableViewModel</span><span class="p">?</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>
241241

242242
</div>
243243
</div>
@@ -433,8 +433,8 @@ <h4>Declaration</h4>
433433
</section>
434434
</section>
435435
<section id="footer">
436-
<p>&copy; 2018 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2018-09-20)</p>
437-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
436+
<p>&copy; 2019 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2019-01-31)</p>
437+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
438438
</section>
439439
</article>
440440
</div>

docs/Classes/TableViewDriver/TableRefreshContext.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ <h4>Declaration</h4>
234234
</section>
235235
</section>
236236
<section id="footer">
237-
<p>&copy; 2018 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2018-09-20)</p>
238-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
237+
<p>&copy; 2019 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2019-01-31)</p>
238+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
239239
</section>
240240
</article>
241241
</div>

docs/Enums.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ <h4>Declaration</h4>
212212
</section>
213213
</section>
214214
<section id="footer">
215-
<p>&copy; 2018 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2018-09-20)</p>
216-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
215+
<p>&copy; 2019 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2019-01-31)</p>
216+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
217217
</section>
218218
</article>
219219
</div>

docs/Enums/SupplementaryViewKind.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ <h4>Declaration</h4>
212212
</section>
213213
</section>
214214
<section id="footer">
215-
<p>&copy; 2018 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2018-09-20)</p>
216-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
215+
<p>&copy; 2019 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2019-01-31)</p>
216+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
217217
</section>
218218
</article>
219219
</div>

docs/Enums/ViewRegistrationMethod.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ <h4>Declaration</h4>
237237
</section>
238238
</section>
239239
<section id="footer">
240-
<p>&copy; 2018 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2018-09-20)</p>
241-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
240+
<p>&copy; 2019 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2019-01-31)</p>
241+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
242242
</section>
243243
</article>
244244
</div>

docs/Guides.html

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,37 @@ <h1>Guides</h1>
140140

141141
</section>
142142
<section class="section task-group-section">
143+
<div class="task-group">
144+
<ul>
145+
<li class="item">
146+
<div>
147+
<code>
148+
<a name="/documentation.Getting Started"></a>
149+
<a name="//apple_ref/swift/Guide/Getting Started" class="dashAnchor"></a>
150+
<a class="direct-link" href="getting-started.html">Getting Started</a>
151+
</code>
152+
</div>
153+
</li>
154+
</ul>
155+
</div>
156+
<div class="task-group">
157+
<ul>
158+
<li class="item">
159+
<div>
160+
<code>
161+
<a name="/documentation.VISION"></a>
162+
<a name="//apple_ref/swift/Guide/VISION" class="dashAnchor"></a>
163+
<a class="direct-link" href="vision.html">VISION</a>
164+
</code>
165+
</div>
166+
</li>
167+
</ul>
168+
</div>
143169
</section>
144170
</section>
145171
<section id="footer">
146-
<p>&copy; 2018 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2018-09-20)</p>
147-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
172+
<p>&copy; 2019 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2019-01-31)</p>
173+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
148174
</section>
149175
</article>
150176
</div>

docs/Protocols.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,8 @@ <h4>Declaration</h4>
419419
</section>
420420
</section>
421421
<section id="footer">
422-
<p>&copy; 2018 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2018-09-20)</p>
423-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
422+
<p>&copy; 2019 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2019-01-31)</p>
423+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
424424
</section>
425425
</article>
426426
</div>

docs/Protocols/CollectionCellViewModel.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ <h1>CollectionCellViewModel</h1>
168168
<h4>Declaration</h4>
169169
<div class="language">
170170
<p class="aside-title">Swift</p>
171-
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">accessibilityFormat</span><span class="p">:</span> <span class="kt">CellAccessibilityFormat</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
171+
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">accessibilityFormat</span><span class="p">:</span> <span class="nf">CellAccessibilityFormat</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
172172

173173
</div>
174174
</div>
@@ -203,7 +203,7 @@ <h4>Default Implementation</h4>
203203
<h4>Declaration</h4>
204204
<div class="language">
205205
<p class="aside-title">Swift</p>
206-
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">shouldHighlight</span><span class="p">:</span> <span class="kt">Bool</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
206+
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">shouldHighlight</span><span class="p">:</span> <span class="nf">Bool</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
207207

208208
</div>
209209
</div>
@@ -238,7 +238,7 @@ <h4>Default Implementation</h4>
238238
<h4>Declaration</h4>
239239
<div class="language">
240240
<p class="aside-title">Swift</p>
241-
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">didSelect</span><span class="p">:</span> <span class="kt">DidSelectClosure</span><span class="p">?</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
241+
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">didSelect</span><span class="p">:</span> <span class="nf">DidSelectClosure</span><span class="p">?</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
242242

243243
</div>
244244
</div>
@@ -273,7 +273,7 @@ <h4>Default Implementation</h4>
273273
<h4>Declaration</h4>
274274
<div class="language">
275275
<p class="aside-title">Swift</p>
276-
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">didDeselect</span><span class="p">:</span> <span class="kt">DidDeselectClosure</span><span class="p">?</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
276+
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">didDeselect</span><span class="p">:</span> <span class="nf">DidDeselectClosure</span><span class="p">?</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
277277

278278
</div>
279279
</div>
@@ -332,8 +332,8 @@ <h4>Parameters</h4>
332332
</section>
333333
</section>
334334
<section id="footer">
335-
<p>&copy; 2018 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2018-09-20)</p>
336-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
335+
<p>&copy; 2019 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2019-01-31)</p>
336+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
337337
</section>
338338
</article>
339339
</div>

docs/Protocols/CollectionSupplementaryViewModel.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ <h4>Default Implementation</h4>
176176
<h4>Declaration</h4>
177177
<div class="language">
178178
<p class="aside-title">Swift</p>
179-
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">viewInfo</span><span class="p">:</span> <span class="kt"><a href="../Structs/SupplementaryViewInfo.html">SupplementaryViewInfo</a></span><span class="p">?</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
179+
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">viewInfo</span><span class="p">:</span> <span class="nf">SupplementaryViewInfo</span><span class="p">?</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
180180

181181
</div>
182182
</div>
@@ -211,7 +211,7 @@ <h4>Default Implementation</h4>
211211
<h4>Declaration</h4>
212212
<div class="language">
213213
<p class="aside-title">Swift</p>
214-
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">height</span><span class="p">:</span> <span class="kt">CGFloat</span><span class="p">?</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
214+
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">height</span><span class="p">:</span> <span class="nf">CGFloat</span><span class="p">?</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
215215

216216
</div>
217217
</div>
@@ -270,8 +270,8 @@ <h4>Parameters</h4>
270270
</section>
271271
</section>
272272
<section id="footer">
273-
<p>&copy; 2018 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2018-09-20)</p>
274-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
273+
<p>&copy; 2019 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2019-01-31)</p>
274+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
275275
</section>
276276
</article>
277277
</div>

0 commit comments

Comments
 (0)