Skip to content

Commit

Permalink
Update Jazzy docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshier committed Sep 13, 2023
1 parent e0662ac commit d4726ca
Show file tree
Hide file tree
Showing 97 changed files with 1,537 additions and 1,451 deletions.
21 changes: 10 additions & 11 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,35 +21,35 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="index.html">
AlamofireImage 4.2.0 Docs
AlamofireImage 4.3.0 Docs
</a>
(77% documented)
(76% documented)
</p>

<p class="header-col--secondary">
<div class="header-col--secondary">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</p>
</div>

<p class="header-col header-col--secondary">
<a class="header-link" href="https://github.com/Alamofire/AlamofireImage">
<img class="header-icon" src="img/gh.png"/>
<img class="header-icon" src="img/gh.png" alt="GitHub"/>
View on GitHub
</a>
</p>

<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://https%3A%2F%2Falamofire.github.io%2FAlamofireImage%2Fdocsets%2FAlamofireImage.xml">
<img class="header-icon" src="img/dash.png"/>
<img class="header-icon" src="img/dash.png" alt="Dash"/>
Install in Dash
</a>
</p>
</header>

<p class="breadcrumbs">
<a class="breadcrumb" href="index.html">AlamofireImage Reference</a>
<img class="carat" src="img/carat.png" />
<img class="carat" src="img/carat.png" alt=""/>
Classes Reference
</p>

Expand Down Expand Up @@ -332,7 +332,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">final</span> <span class="kd">class</span> <span class="kt">ImageResponseSerializer</span> <span class="p">:</span> <span class="kt">ResponseSerializer</span></code></pre>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">ImageResponseSerializer</span> <span class="p">:</span> <span class="kt">ResponseSerializer</span></code></pre>

</div>
</div>
Expand All @@ -347,9 +347,8 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2021 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2021-04-03)</p>
<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>
<p>&copy; 2023 <a class="link" href="http://alamofire.org/" target="_blank" rel="external noopener">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2023-09-13)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</body>
</div>
</html>
31 changes: 15 additions & 16 deletions docs/Classes/AutoPurgingImageCache.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,35 +21,35 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
AlamofireImage 4.2.0 Docs
AlamofireImage 4.3.0 Docs
</a>
(77% documented)
(76% documented)
</p>

<p class="header-col--secondary">
<div class="header-col--secondary">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</p>
</div>

<p class="header-col header-col--secondary">
<a class="header-link" href="https://github.com/Alamofire/AlamofireImage">
<img class="header-icon" src="../img/gh.png"/>
<img class="header-icon" src="../img/gh.png" alt="GitHub"/>
View on GitHub
</a>
</p>

<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://https%3A%2F%2Falamofire.github.io%2FAlamofireImage%2Fdocsets%2FAlamofireImage.xml">
<img class="header-icon" src="../img/dash.png"/>
<img class="header-icon" src="../img/dash.png" alt="Dash"/>
Install in Dash
</a>
</p>
</header>

<p class="breadcrumbs">
<a class="breadcrumb" href="../index.html">AlamofireImage Reference</a>
<img class="carat" src="../img/carat.png" />
<img class="carat" src="../img/carat.png" alt=""/>
AutoPurgingImageCache Class Reference
</p>

Expand Down Expand Up @@ -230,7 +230,7 @@ <h1>AutoPurgingImageCache</h1>
<a name="//apple_ref/swift/Section/Properties" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/Properties"></a>
<h3 class="section-name"><p>Properties</p>
<h3 class="section-name"><span>Properties</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -325,7 +325,7 @@ <h4>Declaration</h4>
<a name="//apple_ref/swift/Section/Initialization" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/Initialization"></a>
<h3 class="section-name"><p>Initialization</p>
<h3 class="section-name"><span>Initialization</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -403,7 +403,7 @@ <h4>Return Value</h4>
<a name="//apple_ref/swift/Section/Add Image to Cache" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/Add%20Image%20to%20Cache"></a>
<h3 class="section-name"><p>Add Image to Cache</p>
<h3 class="section-name"><span>Add Image to Cache</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -544,7 +544,7 @@ <h4>Parameters</h4>
<a name="//apple_ref/swift/Section/Remove Image from Cache" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/Remove%20Image%20from%20Cache"></a>
<h3 class="section-name"><p>Remove Image from Cache</p>
<h3 class="section-name"><span>Remove Image from Cache</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -755,7 +755,7 @@ <h4>Return Value</h4>
<a name="//apple_ref/swift/Section/Fetch Image from Cache" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/Fetch%20Image%20from%20Cache"></a>
<h3 class="section-name"><p>Fetch Image from Cache</p>
<h3 class="section-name"><span>Fetch Image from Cache</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -880,7 +880,7 @@ <h4>Return Value</h4>
<a name="//apple_ref/swift/Section/Image Cache Keys" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/Image%20Cache%20Keys"></a>
<h3 class="section-name"><p>Image Cache Keys</p>
<h3 class="section-name"><span>Image Cache Keys</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -955,9 +955,8 @@ <h4>Return Value</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2021 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2021-04-03)</p>
<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>
<p>&copy; 2023 <a class="link" href="http://alamofire.org/" target="_blank" rel="external noopener">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2023-09-13)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</body>
</div>
</html>
29 changes: 14 additions & 15 deletions docs/Classes/ImageDownloader.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,35 +21,35 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
AlamofireImage 4.2.0 Docs
AlamofireImage 4.3.0 Docs
</a>
(77% documented)
(76% documented)
</p>

<p class="header-col--secondary">
<div class="header-col--secondary">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</p>
</div>

<p class="header-col header-col--secondary">
<a class="header-link" href="https://github.com/Alamofire/AlamofireImage">
<img class="header-icon" src="../img/gh.png"/>
<img class="header-icon" src="../img/gh.png" alt="GitHub"/>
View on GitHub
</a>
</p>

<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://https%3A%2F%2Falamofire.github.io%2FAlamofireImage%2Fdocsets%2FAlamofireImage.xml">
<img class="header-icon" src="../img/dash.png"/>
<img class="header-icon" src="../img/dash.png" alt="Dash"/>
Install in Dash
</a>
</p>
</header>

<p class="breadcrumbs">
<a class="breadcrumb" href="../index.html">AlamofireImage Reference</a>
<img class="carat" src="../img/carat.png" />
<img class="carat" src="../img/carat.png" alt=""/>
ImageDownloader Class Reference
</p>

Expand Down Expand Up @@ -290,7 +290,7 @@ <h4>Declaration</h4>
<a name="//apple_ref/swift/Section/Helper Types" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/Helper%20Types"></a>
<h3 class="section-name"><p>Helper Types</p>
<h3 class="section-name"><span>Helper Types</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -336,7 +336,7 @@ <h4>Declaration</h4>
<a name="//apple_ref/swift/Section/Properties" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/Properties"></a>
<h3 class="section-name"><p>Properties</p>
<h3 class="section-name"><span>Properties</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -457,7 +457,7 @@ <h4>Declaration</h4>
<a name="//apple_ref/swift/Section/Initialization" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/Initialization"></a>
<h3 class="section-name"><p>Initialization</p>
<h3 class="section-name"><span>Initialization</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -740,7 +740,7 @@ <h4>Return Value</h4>
<a name="//apple_ref/swift/Section/Authentication" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/Authentication"></a>
<h3 class="section-name"><p>Authentication</p>
<h3 class="section-name"><span>Authentication</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -871,7 +871,7 @@ <h4>Parameters</h4>
<a name="//apple_ref/swift/Section/Download" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/Download"></a>
<h3 class="section-name"><p>Download</p>
<h3 class="section-name"><span>Download</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -1195,9 +1195,8 @@ <h4>Parameters</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2021 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2021-04-03)</p>
<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>
<p>&copy; 2023 <a class="link" href="http://alamofire.org/" target="_blank" rel="external noopener">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2023-09-13)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</body>
</div>
</html>
19 changes: 9 additions & 10 deletions docs/Classes/ImageDownloader/DownloadPrioritization.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,35 +21,35 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
AlamofireImage 4.2.0 Docs
AlamofireImage 4.3.0 Docs
</a>
(77% documented)
(76% documented)
</p>

<p class="header-col--secondary">
<div class="header-col--secondary">
<form role="search" action="../../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</p>
</div>

<p class="header-col header-col--secondary">
<a class="header-link" href="https://github.com/Alamofire/AlamofireImage">
<img class="header-icon" src="../../img/gh.png"/>
<img class="header-icon" src="../../img/gh.png" alt="GitHub"/>
View on GitHub
</a>
</p>

<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://https%3A%2F%2Falamofire.github.io%2FAlamofireImage%2Fdocsets%2FAlamofireImage.xml">
<img class="header-icon" src="../../img/dash.png"/>
<img class="header-icon" src="../../img/dash.png" alt="Dash"/>
Install in Dash
</a>
</p>
</header>

<p class="breadcrumbs">
<a class="breadcrumb" href="../../index.html">AlamofireImage Reference</a>
<img class="carat" src="../../img/carat.png" />
<img class="carat" src="../../img/carat.png" alt=""/>
DownloadPrioritization Enumeration Reference
</p>

Expand Down Expand Up @@ -290,9 +290,8 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2021 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2021-04-03)</p>
<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>
<p>&copy; 2023 <a class="link" href="http://alamofire.org/" target="_blank" rel="external noopener">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2023-09-13)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</body>
</div>
</html>
Loading

0 comments on commit d4726ca

Please sign in to comment.