Skip to content

Commit

Permalink
Regenerated docs for version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkleveter committed May 4, 2018
1 parent d65d8fe commit 266f68b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,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">class</span> <span class="kt">Manifest</span><span class="p">:</span> <span class="kt">Codable</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">final</span> <span class="kd">class</span> <span class="kt">Manifest</span><span class="p">:</span> <span class="kt">Codable</span></code></pre>

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/Manifest.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<h1>Manifest</h1>
<div class="declaration">
<div class="language">
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Manifest</span><span class="p">:</span> <span class="kt">Codable</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">final</span> <span class="kd">class</span> <span class="kt">Manifest</span><span class="p">:</span> <span class="kt">Codable</span></code></pre>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,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">class</span> <span class="kt">Manifest</span><span class="p">:</span> <span class="kt">Codable</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">final</span> <span class="kd">class</span> <span class="kt">Manifest</span><span class="p">:</span> <span class="kt">Codable</span></code></pre>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<h1>Manifest</h1>
<div class="declaration">
<div class="language">
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Manifest</span><span class="p">:</span> <span class="kt">Codable</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">final</span> <span class="kd">class</span> <span class="kt">Manifest</span><span class="p">:</span> <span class="kt">Codable</span></code></pre>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"warnings": [
{
"file": "/Users/calebkleveter/Development/Ether-CLI/Manifest/Sources/Manifest/Providers/Providers.swift",
"line": 107,
"line": 108,
"symbol": "ProviderCodingKeys.type",
"symbol_kind": "source.lang.swift.decl.enumelement",
"warning": "undocumented"
},
{
"file": "/Users/calebkleveter/Development/Ether-CLI/Manifest/Sources/Manifest/Providers/Providers.swift",
"line": 108,
"line": 109,
"symbol": "ProviderCodingKeys.packages",
"symbol_kind": "source.lang.swift.decl.enumelement",
"warning": "undocumented"
Expand Down
Binary file modified docs/docsets/.tgz
Binary file not shown.

0 comments on commit 266f68b

Please sign in to comment.