Skip to content

Commit a8d3800

Browse files
authored
Merge pull request #7 from johnrnyquist/master
Updated documentation and added @discardableResult to functions that can return a removed singleton.
2 parents 25e79fb + a15d92d commit a8d3800

Some content is hidden

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

70 files changed

+452
-345
lines changed

Docs/Classes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,8 +626,8 @@ <h4>Declaration</h4>
626626
</section>
627627
</section>
628628
<section id="footer">
629-
<p>&copy; 2020 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2020-03-16)</p>
630-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
629+
<p>&copy; 2020 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2020-06-03)</p>
630+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
631631
</section>
632632
</article>
633633
</div>

Docs/Classes/Controller.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h1>Controller</h1>
151151
<code>
152152
<a name="/s:7PureMVC10ControllerC3keyACSS_tcfc"></a>
153153
<a name="//apple_ref/swift/Method/init(key:)" class="dashAnchor"></a>
154-
<a class="token" href="#/s:7PureMVC10ControllerC3keyACSS_tcfc">init(key:)</a>
154+
<a class="token" href="#/s:7PureMVC10ControllerC3keyACSS_tcfc">init(key:<wbr>)</a>
155155
</code>
156156
</div>
157157
<div class="height-container">
@@ -225,7 +225,7 @@ <h4>Declaration</h4>
225225
<code>
226226
<a name="/s:7PureMVC10ControllerC11getInstance_7factoryAA11IController_pSS_AaF_pSSXEtFZ"></a>
227227
<a name="//apple_ref/swift/Method/getInstance(_:factory:)" class="dashAnchor"></a>
228-
<a class="token" href="#/s:7PureMVC10ControllerC11getInstance_7factoryAA11IController_pSS_AaF_pSSXEtFZ">getInstance(_:factory:)</a>
228+
<a class="token" href="#/s:7PureMVC10ControllerC11getInstance_7factoryAA11IController_pSS_AaF_pSSXEtFZ">getInstance(_:<wbr>factory:<wbr>)</a>
229229
</code>
230230
</div>
231231
<div class="height-container">
@@ -287,7 +287,7 @@ <h4>Return Value</h4>
287287
<code>
288288
<a name="/s:7PureMVC10ControllerC15registerCommand_7factoryySS_AA8ICommand_pyctF"></a>
289289
<a name="//apple_ref/swift/Method/registerCommand(_:factory:)" class="dashAnchor"></a>
290-
<a class="token" href="#/s:7PureMVC10ControllerC15registerCommand_7factoryySS_AA8ICommand_pyctF">registerCommand(_:factory:)</a>
290+
<a class="token" href="#/s:7PureMVC10ControllerC15registerCommand_7factoryySS_AA8ICommand_pyctF">registerCommand(_:<wbr>factory:<wbr>)</a>
291291
</code>
292292
</div>
293293
<div class="height-container">
@@ -353,7 +353,7 @@ <h4>Parameters</h4>
353353
<code>
354354
<a name="/s:7PureMVC10ControllerC14executeCommandyyAA13INotification_pF"></a>
355355
<a name="//apple_ref/swift/Method/executeCommand(_:)" class="dashAnchor"></a>
356-
<a class="token" href="#/s:7PureMVC10ControllerC14executeCommandyyAA13INotification_pF">executeCommand(_:)</a>
356+
<a class="token" href="#/s:7PureMVC10ControllerC14executeCommandyyAA13INotification_pF">executeCommand(_:<wbr>)</a>
357357
</code>
358358
</div>
359359
<div class="height-container">
@@ -400,7 +400,7 @@ <h4>Parameters</h4>
400400
<code>
401401
<a name="/s:7PureMVC10ControllerC10hasCommandySbSSF"></a>
402402
<a name="//apple_ref/swift/Method/hasCommand(_:)" class="dashAnchor"></a>
403-
<a class="token" href="#/s:7PureMVC10ControllerC10hasCommandySbSSF">hasCommand(_:)</a>
403+
<a class="token" href="#/s:7PureMVC10ControllerC10hasCommandySbSSF">hasCommand(_:<wbr>)</a>
404404
</code>
405405
</div>
406406
<div class="height-container">
@@ -450,7 +450,7 @@ <h4>Return Value</h4>
450450
<code>
451451
<a name="/s:7PureMVC10ControllerC13removeCommandyySSF"></a>
452452
<a name="//apple_ref/swift/Method/removeCommand(_:)" class="dashAnchor"></a>
453-
<a class="token" href="#/s:7PureMVC10ControllerC13removeCommandyySSF">removeCommand(_:)</a>
453+
<a class="token" href="#/s:7PureMVC10ControllerC13removeCommandyySSF">removeCommand(_:<wbr>)</a>
454454
</code>
455455
</div>
456456
<div class="height-container">
@@ -496,7 +496,7 @@ <h4>Parameters</h4>
496496
<code>
497497
<a name="/s:7PureMVC10ControllerC06removeC0yySSFZ"></a>
498498
<a name="//apple_ref/swift/Method/removeController(_:)" class="dashAnchor"></a>
499-
<a class="token" href="#/s:7PureMVC10ControllerC06removeC0yySSFZ">removeController(_:)</a>
499+
<a class="token" href="#/s:7PureMVC10ControllerC06removeC0yySSFZ">removeController(_:<wbr>)</a>
500500
</code>
501501
</div>
502502
<div class="height-container">
@@ -542,8 +542,8 @@ <h4>Parameters</h4>
542542
</section>
543543
</section>
544544
<section id="footer">
545-
<p>&copy; 2020 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2020-03-16)</p>
546-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
545+
<p>&copy; 2020 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2020-06-03)</p>
546+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
547547
</section>
548548
</article>
549549
</div>

0 commit comments

Comments
 (0)