Skip to content

Commit

Permalink
Regen jazzy docs [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis-CI committed Feb 27, 2018
1 parent 864df6b commit 3979d4f
Show file tree
Hide file tree
Showing 18 changed files with 586 additions and 958 deletions.
12 changes: 2 additions & 10 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="Structs.html">Structures</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="Structs/VideoInfo.html">VideoInfo</a>
</li>
</ul>
</li>
</ul>
</nav>
<article class="main-content">
Expand All @@ -76,7 +68,7 @@ <h1>Classes</h1>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Class that plays a video on a UIView.</p>
<p>Class that plays and manages control of a video on a <code>UIView</code>.</p>

<a href="Classes/VideoBackground.html" class="slightly-smaller">See more</a>
</div>
Expand All @@ -96,7 +88,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/dingwilson/SwiftVideoBackground" target="_blank" rel="external">Wilson Ding and Quan Vo</a>. All rights reserved. (Last updated: 2018-02-21)</p>
<p>&copy; 2018 <a class="link" href="https://github.com/dingwilson/SwiftVideoBackground" target="_blank" rel="external">Wilson Ding and Quan Vo</a>. All rights reserved. (Last updated: 2018-02-27)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
342 changes: 220 additions & 122 deletions docs/Classes/VideoBackground.html

Large diffs are not rendered by default.

10 changes: 1 addition & 9 deletions docs/Enums.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="Structs.html">Structures</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="Structs/VideoInfo.html">VideoInfo</a>
</li>
</ul>
</li>
</ul>
</nav>
<article class="main-content">
Expand Down Expand Up @@ -96,7 +88,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/dingwilson/SwiftVideoBackground" target="_blank" rel="external">Wilson Ding and Quan Vo</a>. All rights reserved. (Last updated: 2018-02-21)</p>
<p>&copy; 2018 <a class="link" href="https://github.com/dingwilson/SwiftVideoBackground" target="_blank" rel="external">Wilson Ding and Quan Vo</a>. All rights reserved. (Last updated: 2018-02-27)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
18 changes: 5 additions & 13 deletions docs/Enums/VideoBackgroundError.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Structs.html">Structures</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Structs/VideoInfo.html">VideoInfo</a>
</li>
</ul>
</li>
</ul>
</nav>
<article class="main-content">
Expand All @@ -73,24 +65,24 @@ <h1>VideoBackgroundError</h1>
<li class="item">
<div>
<code>
<a name="/s:20SwiftVideoBackground0bC5ErrorO13videoNotFoundAcA0B4InfoVcACmF"></a>
<a name="/s:20SwiftVideoBackground0bC5ErrorO13videoNotFoundACSS4name_SS4typetcACmF"></a>
<a name="//apple_ref/swift/Element/videoNotFound" class="dashAnchor"></a>
<a class="token" href="#/s:20SwiftVideoBackground0bC5ErrorO13videoNotFoundAcA0B4InfoVcACmF">videoNotFound</a>
<a class="token" href="#/s:20SwiftVideoBackground0bC5ErrorO13videoNotFoundACSS4name_SS4typetcACmF">videoNotFound</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>The video with given name and type could not be found.</p>
<p>Video with given name and type could not be found.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="k">case</span> <span class="nf">videoNotFound</span><span class="p">(</span><span class="kt"><a href="../Structs/VideoInfo.html">VideoInfo</a></span><span class="p">)</span></code></pre>
<pre class="highlight swift"><code><span class="k">case</span> <span class="nf">videoNotFound</span><span class="p">((</span><span class="nv">name</span><span class="p">:</span> <span class="kt">String</span><span class="p">,</span> <span class="nv">type</span><span class="p">:</span> <span class="kt">String</span><span class="p">))</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -133,7 +125,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/dingwilson/SwiftVideoBackground" target="_blank" rel="external">Wilson Ding and Quan Vo</a>. All rights reserved. (Last updated: 2018-02-21)</p>
<p>&copy; 2018 <a class="link" href="https://github.com/dingwilson/SwiftVideoBackground" target="_blank" rel="external">Wilson Ding and Quan Vo</a>. All rights reserved. (Last updated: 2018-02-27)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
106 changes: 0 additions & 106 deletions docs/Structs.html

This file was deleted.

166 changes: 0 additions & 166 deletions docs/Structs/VideoInfo.html

This file was deleted.

Loading

0 comments on commit 3979d4f

Please sign in to comment.