Skip to content

Commit 57b1984

Browse files
committed
4.0.0 docs
1 parent a68efb9 commit 57b1984

Some content is hidden

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

59 files changed

+2418
-1444
lines changed

docs/Classes.html

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
<a title="Classes Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="index.html">SwiftGraph 3.1 Docs</a> (73% documented)</p>
21-
<p class="header-right"><a href="https://github.com/davecom/SwiftGraph"><img src="img/gh.png"/>View on GitHub</a></p>
22-
<p class="header-right">
20+
<p><a href="index.html">SwiftGraph 4.0.0 Docs</a> (73% documented)</p>
21+
<p class="header-right"><a href="https://github.com/davecom/SwiftGraph"><img src="img/gh.png" alt="GitHub"/>View on GitHub</a></p>
22+
<div class="header-right">
2323
<form role="search" action="search.json">
2424
<input type="text" placeholder="Search documentation" data-typeahead>
2525
</form>
26-
</p>
26+
</div>
2727
</div>
2828
</header>
2929
<div class="content-wrapper">
3030
<p id="breadcrumbs">
31-
<a href="index.html">SwiftGraph Reference</a>
32-
<img id="carat" src="img/carat.png" />
31+
<a href="index.html">SwiftGraph</a>
32+
<img id="carat" src="img/carat.png" alt=""/>
3333
Classes Reference
3434
</p>
3535
</div>
@@ -164,7 +164,7 @@ <h4>Declaration</h4>
164164
</div>
165165
</div>
166166
<div class="slightly-smaller">
167-
<a href="https://github.com/davecom/SwiftGraph/tree/3.1/Sources/SwiftGraph/WeightedGraph.swift#L20-L56">Show on GitHub</a>
167+
<a href="https://github.com/davecom/SwiftGraph/tree/4.0.0/Sources/SwiftGraph/WeightedGraph.swift#L20-L53">Show on GitHub</a>
168168
</div>
169169
</section>
170170
</div>
@@ -195,7 +195,7 @@ <h4>Declaration</h4>
195195
</div>
196196
</div>
197197
<div class="slightly-smaller">
198-
<a href="https://github.com/davecom/SwiftGraph/tree/3.1/Sources/SwiftGraph/Queue.swift#L20-L55">Show on GitHub</a>
198+
<a href="https://github.com/davecom/SwiftGraph/tree/4.0.0/Sources/SwiftGraph/Queue.swift#L20-L55">Show on GitHub</a>
199199
</div>
200200
</section>
201201
</div>
@@ -226,7 +226,7 @@ <h4>Declaration</h4>
226226
</div>
227227
</div>
228228
<div class="slightly-smaller">
229-
<a href="https://github.com/davecom/SwiftGraph/tree/3.1/Sources/SwiftGraph/Stack.swift#L20-L25">Show on GitHub</a>
229+
<a href="https://github.com/davecom/SwiftGraph/tree/4.0.0/Sources/SwiftGraph/Stack.swift#L20-L25">Show on GitHub</a>
230230
</div>
231231
</section>
232232
</div>
@@ -257,7 +257,7 @@ <h4>Declaration</h4>
257257
</div>
258258
</div>
259259
<div class="slightly-smaller">
260-
<a href="https://github.com/davecom/SwiftGraph/tree/3.1/Sources/SwiftGraph/UniqueElementsGraph.swift#L23-L67">Show on GitHub</a>
260+
<a href="https://github.com/davecom/SwiftGraph/tree/4.0.0/Sources/SwiftGraph/UniqueElementsGraph.swift#L23-L64">Show on GitHub</a>
261261
</div>
262262
</section>
263263
</div>
@@ -288,7 +288,7 @@ <h4>Declaration</h4>
288288
</div>
289289
</div>
290290
<div class="slightly-smaller">
291-
<a href="https://github.com/davecom/SwiftGraph/tree/3.1/Sources/SwiftGraph/UnweightedGraph.swift#L20-L55">Show on GitHub</a>
291+
<a href="https://github.com/davecom/SwiftGraph/tree/4.0.0/Sources/SwiftGraph/UnweightedGraph.swift#L20-L52">Show on GitHub</a>
292292
</div>
293293
</section>
294294
</div>
@@ -298,11 +298,10 @@ <h4>Declaration</h4>
298298
</section>
299299
</section>
300300
<section id="footer">
301-
<p>&copy; 2021 <a class="link" href="https://twitter.com/davekopec" target="_blank" rel="external">David</a>. All rights reserved. (Last updated: 2021-02-19)</p>
302-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
301+
<p>&copy; 2026 <a class="link" href="https://twitter.com/davekopec" target="_blank" rel="external noopener">David Kopec</a>. All rights reserved. (Last updated: 2026-03-05)</p>
302+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
303303
</section>
304304
</article>
305305
</div>
306306
</body>
307-
</div>
308307
</html>

docs/Classes/Queue.html

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,21 @@
1717
<a title="Queue Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">SwiftGraph 3.1 Docs</a> (73% documented)</p>
21-
<p class="header-right"><a href="https://github.com/davecom/SwiftGraph"><img src="../img/gh.png"/>View on GitHub</a></p>
22-
<p class="header-right">
20+
<p><a href="../index.html">SwiftGraph 4.0.0 Docs</a> (73% documented)</p>
21+
<p class="header-right"><a href="https://github.com/davecom/SwiftGraph"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
22+
<div class="header-right">
2323
<form role="search" action="../search.json">
2424
<input type="text" placeholder="Search documentation" data-typeahead>
2525
</form>
26-
</p>
26+
</div>
2727
</div>
2828
</header>
2929
<div class="content-wrapper">
3030
<p id="breadcrumbs">
31-
<a href="../index.html">SwiftGraph Reference</a>
32-
<img id="carat" src="../img/carat.png" />
31+
<a href="../index.html">SwiftGraph</a>
32+
<img id="carat" src="../img/carat.png" alt=""/>
33+
<a href="../Classes.html">Classes</a>
34+
<img id="carat" src="../img/carat.png" alt=""/>
3335
Queue Class Reference
3436
</p>
3537
</div>
@@ -142,7 +144,7 @@ <h1>Queue</h1>
142144
<p>Implements a queue - helper class that uses an array internally.</p>
143145

144146
<div class="slightly-smaller">
145-
<a href="https://github.com/davecom/SwiftGraph/tree/3.1/Sources/SwiftGraph/Queue.swift#L20-L55">Show on GitHub</a>
147+
<a href="https://github.com/davecom/SwiftGraph/tree/4.0.0/Sources/SwiftGraph/Queue.swift#L20-L55">Show on GitHub</a>
146148
</div>
147149
</section>
148150
<section class="section task-group-section">
@@ -173,7 +175,7 @@ <h4>Declaration</h4>
173175
</div>
174176
</div>
175177
<div class="slightly-smaller">
176-
<a href="https://github.com/davecom/SwiftGraph/tree/3.1/Sources/SwiftGraph/Queue.swift#L">Show on GitHub</a>
178+
<a href="https://github.com/davecom/SwiftGraph/tree/4.0.0/Sources/SwiftGraph/Queue.swift#L24">Show on GitHub</a>
177179
</div>
178180
</section>
179181
</div>
@@ -203,7 +205,7 @@ <h4>Declaration</h4>
203205
</div>
204206
</div>
205207
<div class="slightly-smaller">
206-
<a href="https://github.com/davecom/SwiftGraph/tree/3.1/Sources/SwiftGraph/Queue.swift#L26-L28">Show on GitHub</a>
208+
<a href="https://github.com/davecom/SwiftGraph/tree/4.0.0/Sources/SwiftGraph/Queue.swift#L26-L28">Show on GitHub</a>
207209
</div>
208210
</section>
209211
</div>
@@ -233,7 +235,7 @@ <h4>Declaration</h4>
233235
</div>
234236
</div>
235237
<div class="slightly-smaller">
236-
<a href="https://github.com/davecom/SwiftGraph/tree/3.1/Sources/SwiftGraph/Queue.swift#L30-L32">Show on GitHub</a>
238+
<a href="https://github.com/davecom/SwiftGraph/tree/4.0.0/Sources/SwiftGraph/Queue.swift#L30-L32">Show on GitHub</a>
237239
</div>
238240
</section>
239241
</div>
@@ -263,7 +265,7 @@ <h4>Declaration</h4>
263265
</div>
264266
</div>
265267
<div class="slightly-smaller">
266-
<a href="https://github.com/davecom/SwiftGraph/tree/3.1/Sources/SwiftGraph/Queue.swift#L34-L46">Show on GitHub</a>
268+
<a href="https://github.com/davecom/SwiftGraph/tree/4.0.0/Sources/SwiftGraph/Queue.swift#L34-L46">Show on GitHub</a>
267269
</div>
268270
</section>
269271
</div>
@@ -293,7 +295,7 @@ <h4>Declaration</h4>
293295
</div>
294296
</div>
295297
<div class="slightly-smaller">
296-
<a href="https://github.com/davecom/SwiftGraph/tree/3.1/Sources/SwiftGraph/Queue.swift#L48-L50">Show on GitHub</a>
298+
<a href="https://github.com/davecom/SwiftGraph/tree/4.0.0/Sources/SwiftGraph/Queue.swift#L48-L50">Show on GitHub</a>
297299
</div>
298300
</section>
299301
</div>
@@ -323,7 +325,7 @@ <h4>Declaration</h4>
323325
</div>
324326
</div>
325327
<div class="slightly-smaller">
326-
<a href="https://github.com/davecom/SwiftGraph/tree/3.1/Sources/SwiftGraph/Queue.swift#L52-L54">Show on GitHub</a>
328+
<a href="https://github.com/davecom/SwiftGraph/tree/4.0.0/Sources/SwiftGraph/Queue.swift#L52-L54">Show on GitHub</a>
327329
</div>
328330
</section>
329331
</div>
@@ -336,7 +338,7 @@ <h4>Declaration</h4>
336338
<a name="//apple_ref/swift/Section/Available where `T`: `Equatable`" class="dashAnchor"></a>
337339
<div class="section-name-container">
338340
<a class="section-name-link" href="#/Available%20where%20%60T%60%3A%20%60Equatable%60"></a>
339-
<h3 class="section-name"><p>Available where <code>T</code>: <code>Equatable</code></p>
341+
<h3 class="section-name"><span>Available where <code>T</code>: <code>Equatable</code></span>
340342
</h3>
341343
</div>
342344
</div>
@@ -366,7 +368,7 @@ <h4>Declaration</h4>
366368
</div>
367369
</div>
368370
<div class="slightly-smaller">
369-
<a href="https://github.com/davecom/SwiftGraph/tree/3.1/Sources/SwiftGraph/Queue.swift#L58-L64">Show on GitHub</a>
371+
<a href="https://github.com/davecom/SwiftGraph/tree/4.0.0/Sources/SwiftGraph/Queue.swift#L58-L64">Show on GitHub</a>
370372
</div>
371373
</section>
372374
</div>
@@ -376,11 +378,10 @@ <h4>Declaration</h4>
376378
</section>
377379
</section>
378380
<section id="footer">
379-
<p>&copy; 2021 <a class="link" href="https://twitter.com/davekopec" target="_blank" rel="external">David</a>. All rights reserved. (Last updated: 2021-02-19)</p>
380-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
381+
<p>&copy; 2026 <a class="link" href="https://twitter.com/davekopec" target="_blank" rel="external noopener">David Kopec</a>. All rights reserved. (Last updated: 2026-03-05)</p>
382+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
381383
</section>
382384
</article>
383385
</div>
384386
</body>
385-
</div>
386387
</html>

docs/Classes/Stack.html

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,21 @@
1717
<a title="Stack Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">SwiftGraph 3.1 Docs</a> (73% documented)</p>
21-
<p class="header-right"><a href="https://github.com/davecom/SwiftGraph"><img src="../img/gh.png"/>View on GitHub</a></p>
22-
<p class="header-right">
20+
<p><a href="../index.html">SwiftGraph 4.0.0 Docs</a> (73% documented)</p>
21+
<p class="header-right"><a href="https://github.com/davecom/SwiftGraph"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
22+
<div class="header-right">
2323
<form role="search" action="../search.json">
2424
<input type="text" placeholder="Search documentation" data-typeahead>
2525
</form>
26-
</p>
26+
</div>
2727
</div>
2828
</header>
2929
<div class="content-wrapper">
3030
<p id="breadcrumbs">
31-
<a href="../index.html">SwiftGraph Reference</a>
32-
<img id="carat" src="../img/carat.png" />
31+
<a href="../index.html">SwiftGraph</a>
32+
<img id="carat" src="../img/carat.png" alt=""/>
33+
<a href="../Classes.html">Classes</a>
34+
<img id="carat" src="../img/carat.png" alt=""/>
3335
Stack Class Reference
3436
</p>
3537
</div>
@@ -142,7 +144,7 @@ <h1>Stack</h1>
142144
<p>Implements a stack - helper class that uses an array internally.</p>
143145

144146
<div class="slightly-smaller">
145-
<a href="https://github.com/davecom/SwiftGraph/tree/3.1/Sources/SwiftGraph/Stack.swift#L20-L25">Show on GitHub</a>
147+
<a href="https://github.com/davecom/SwiftGraph/tree/4.0.0/Sources/SwiftGraph/Stack.swift#L20-L25">Show on GitHub</a>
146148
</div>
147149
</section>
148150
<section class="section task-group-section">
@@ -173,7 +175,7 @@ <h4>Declaration</h4>
173175
</div>
174176
</div>
175177
<div class="slightly-smaller">
176-
<a href="https://github.com/davecom/SwiftGraph/tree/3.1/Sources/SwiftGraph/Stack.swift#L">Show on GitHub</a>
178+
<a href="https://github.com/davecom/SwiftGraph/tree/4.0.0/Sources/SwiftGraph/Stack.swift#L22">Show on GitHub</a>
177179
</div>
178180
</section>
179181
</div>
@@ -203,7 +205,7 @@ <h4>Declaration</h4>
203205
</div>
204206
</div>
205207
<div class="slightly-smaller">
206-
<a href="https://github.com/davecom/SwiftGraph/tree/3.1/Sources/SwiftGraph/Stack.swift#L">Show on GitHub</a>
208+
<a href="https://github.com/davecom/SwiftGraph/tree/4.0.0/Sources/SwiftGraph/Stack.swift#L23">Show on GitHub</a>
207209
</div>
208210
</section>
209211
</div>
@@ -233,7 +235,7 @@ <h4>Declaration</h4>
233235
</div>
234236
</div>
235237
<div class="slightly-smaller">
236-
<a href="https://github.com/davecom/SwiftGraph/tree/3.1/Sources/SwiftGraph/Stack.swift#L">Show on GitHub</a>
238+
<a href="https://github.com/davecom/SwiftGraph/tree/4.0.0/Sources/SwiftGraph/Stack.swift#L24">Show on GitHub</a>
237239
</div>
238240
</section>
239241
</div>
@@ -243,11 +245,10 @@ <h4>Declaration</h4>
243245
</section>
244246
</section>
245247
<section id="footer">
246-
<p>&copy; 2021 <a class="link" href="https://twitter.com/davekopec" target="_blank" rel="external">David</a>. All rights reserved. (Last updated: 2021-02-19)</p>
247-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
248+
<p>&copy; 2026 <a class="link" href="https://twitter.com/davekopec" target="_blank" rel="external noopener">David Kopec</a>. All rights reserved. (Last updated: 2026-03-05)</p>
249+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
248250
</section>
249251
</article>
250252
</div>
251253
</body>
252-
</div>
253254
</html>

0 commit comments

Comments
 (0)