Skip to content

Commit

Permalink
Updated docs for 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nfgrilo committed Jul 16, 2018
1 parent 597142f commit 092df70
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Docs/Classes/ThemeManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -863,9 +863,9 @@ <h3 class="section-name">Theme Switching</h3>
<li class="item">
<div>
<code>
<a name="/s:8ThemeKit0A7ManagerC07animateA11TransitionsSbvp"></a>
<a name="/c:@M@ThemeKit@objc(cs)TKThemeManager(py)animateThemeTransitions"></a>
<a name="//apple_ref/swift/Property/animateThemeTransitions" class="dashAnchor"></a>
<a class="token" href="#/s:8ThemeKit0A7ManagerC07animateA11TransitionsSbvp">animateThemeTransitions</a>
<a class="token" href="#/c:@M@ThemeKit@objc(cs)TKThemeManager(py)animateThemeTransitions">animateThemeTransitions</a>
</code>
</div>
<div class="height-container">
Expand All @@ -880,7 +880,7 @@ <h3 class="section-name">Theme Switching</h3>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">animateThemeTransitions</span><span class="p">:</span> <span class="kt">Bool</span> <span class="o">=</span> <span class="kc">true</span></code></pre>
<pre class="highlight"><code><span class="kd">@objc</span> <span class="kd">public</span> <span class="k">var</span> <span class="nv">animateThemeTransitions</span><span class="p">:</span> <span class="kt">Bool</span> <span class="o">=</span> <span class="kc">true</span></code></pre>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -863,9 +863,9 @@ <h3 class="section-name">Theme Switching</h3>
<li class="item">
<div>
<code>
<a name="/s:8ThemeKit0A7ManagerC07animateA11TransitionsSbvp"></a>
<a name="/c:@M@ThemeKit@objc(cs)TKThemeManager(py)animateThemeTransitions"></a>
<a name="//apple_ref/swift/Property/animateThemeTransitions" class="dashAnchor"></a>
<a class="token" href="#/s:8ThemeKit0A7ManagerC07animateA11TransitionsSbvp">animateThemeTransitions</a>
<a class="token" href="#/c:@M@ThemeKit@objc(cs)TKThemeManager(py)animateThemeTransitions">animateThemeTransitions</a>
</code>
</div>
<div class="height-container">
Expand All @@ -880,7 +880,7 @@ <h3 class="section-name">Theme Switching</h3>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">animateThemeTransitions</span><span class="p">:</span> <span class="kt">Bool</span> <span class="o">=</span> <span class="kc">true</span></code></pre>
<pre class="highlight"><code><span class="kd">@objc</span> <span class="kd">public</span> <span class="k">var</span> <span class="nv">animateThemeTransitions</span><span class="p">:</span> <span class="kt">Bool</span> <span class="o">=</span> <span class="kc">true</span></code></pre>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

<p><img src="https://img.shields.io/badge/os-macOS%2010.10%2B-green.svg?style=flat" alt="macOS">
<img src="https://img.shields.io/badge/swift-4-green.svg?style=flat" alt="Swift3">
<img src="https://img.shields.io/badge/release-1.2.1-blue.svg?style=flat" alt="Release">
<img src="https://img.shields.io/badge/release-1.2.2-blue.svg?style=flat" alt="Release">
<img src="https://img.shields.io/badge/license-MIT-lightgray.svg" alt="MIT">
<img src="https://img.shields.io/badge/dep-CocoaPods-orange.svg" alt="CocoaPods">
<img src="https://img.shields.io/badge/dep-Carthage-orange.svg" alt="Carthage"></p>
Expand Down

Large diffs are not rendered by default.

Binary file modified Docs/docsets/ThemeKit.docset/Contents/Resources/docSet.dsidx
Binary file not shown.
Binary file modified Docs/docsets/ThemeKit.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion Docs/docsets/ThemeKit.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<entry><version>1.2.1</version><url>http://themekit.nunogrilo.com/docsets/ThemeKit.tgz</url></entry>
<entry><version>1.2.2</version><url>http://themekit.nunogrilo.com/docsets/ThemeKit.tgz</url></entry>
2 changes: 1 addition & 1 deletion Docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

<p><img src="https://img.shields.io/badge/os-macOS%2010.10%2B-green.svg?style=flat" alt="macOS">
<img src="https://img.shields.io/badge/swift-4-green.svg?style=flat" alt="Swift3">
<img src="https://img.shields.io/badge/release-1.2.1-blue.svg?style=flat" alt="Release">
<img src="https://img.shields.io/badge/release-1.2.2-blue.svg?style=flat" alt="Release">
<img src="https://img.shields.io/badge/license-MIT-lightgray.svg" alt="MIT">
<img src="https://img.shields.io/badge/dep-CocoaPods-orange.svg" alt="CocoaPods">
<img src="https://img.shields.io/badge/dep-Carthage-orange.svg" alt="Carthage"></p>
Expand Down
2 changes: 1 addition & 1 deletion Docs/search.json

Large diffs are not rendered by default.

0 comments on commit 092df70

Please sign in to comment.