Skip to content

Commit 6504d4d

Browse files
committed
Update API and docs
1 parent 85e557d commit 6504d4d

33 files changed

+814
-284
lines changed

.jazzy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module: ShortLook API
2-
module_version: 1
3-
author_url: https://www.dynastic.co/
2+
module_version: 1.0.17
3+
author_url: https://dynastic.co/
44
author: Dynastic Development
55
github_url: https://github.com/dynastic/ShortLook-API
66
github_file_prefix: https://github.com/dynastic/ShortLook-API/tree/master

docs/Classes.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="index.html">
24-
ShortLook API Docs
24+
ShortLook API 1.0.17 Docs
2525
</a>
2626
(100% documented)
2727
</p>
@@ -230,7 +230,7 @@ <h4>Declaration</h4>
230230
</div>
231231
</div>
232232
<div class="slightly-smaller">
233-
<a href="https://github.com/dynastic/ShortLook-API/tree/master/ShortLook-API.h#L68-L94">Show on GitHub</a>
233+
<a href="https://github.com/dynastic/ShortLook-API/tree/master/ShortLook-API.h#L68-L100">Show on GitHub</a>
234234
</div>
235235
</section>
236236
</div>
@@ -243,8 +243,8 @@ <h4>Declaration</h4>
243243
</article>
244244
</div>
245245
<section class="footer">
246-
<p>&copy; 2018 <a class="link" href="https://www.dynastic.co/" target="_blank" rel="external">Dynastic Development</a>. All rights reserved. (Last updated: 2018-05-20)</p>
247-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
246+
<p>&copy; 2020 <a class="link" href="https://dynastic.co/" target="_blank" rel="external">Dynastic Development</a>. All rights reserved. (Last updated: 2020-05-25)</p>
247+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
248248
</section>
249249
</body>
250250
</div>

docs/Classes/DDNotificationContactPhotoPromise.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ShortLook API Docs
24+
ShortLook API 1.0.17 Docs
2525
</a>
2626
(100% documented)
2727
</p>
@@ -117,7 +117,7 @@ <h1>DDNotificationContactPhotoPromise</h1>
117117
<h4>Declaration</h4>
118118
<div class="language">
119119
<p class="aside-title">Objective-C</p>
120-
<pre class="highlight objective_c"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">retain</span><span class="p">,</span> <span class="n">nonatomic</span><span class="p">)</span>
120+
<pre class="highlight objective_c"><code><span class="k">@property</span> <span class="p">(</span><span class="n">nonatomic</span><span class="p">,</span> <span class="n">retain</span><span class="p">,</span> <span class="n">readwrite</span><span class="p">)</span>
121121
<span class="n"><a href="../Classes/DDNotificationContactPhotoSettings.html">DDNotificationContactPhotoSettings</a></span> <span class="o">*</span><span class="n">settings</span><span class="p">;</span></code></pre>
122122

123123
</div>
@@ -153,7 +153,7 @@ <h4>Declaration</h4>
153153
<h4>Declaration</h4>
154154
<div class="language">
155155
<p class="aside-title">Objective-C</p>
156-
<pre class="highlight objective_c"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readonly</span><span class="p">,</span> <span class="n">assign</span><span class="p">,</span> <span class="n">nonatomic</span><span class="p">)</span> <span class="kt">int</span> <span class="n">isComplete</span><span class="p">;</span></code></pre>
156+
<pre class="highlight objective_c"><code><span class="k">@property</span> <span class="p">(</span><span class="n">nonatomic</span><span class="p">,</span> <span class="n">assign</span><span class="p">,</span> <span class="n">unsafe_unretained</span><span class="p">,</span> <span class="n">readonly</span><span class="p">)</span> <span class="kt">int</span> <span class="n">isComplete</span><span class="p">;</span></code></pre>
157157

158158
</div>
159159
<div class="language">
@@ -256,8 +256,8 @@ <h4>Declaration</h4>
256256
</article>
257257
</div>
258258
<section class="footer">
259-
<p>&copy; 2018 <a class="link" href="https://www.dynastic.co/" target="_blank" rel="external">Dynastic Development</a>. All rights reserved. (Last updated: 2018-05-20)</p>
260-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
259+
<p>&copy; 2020 <a class="link" href="https://dynastic.co/" target="_blank" rel="external">Dynastic Development</a>. All rights reserved. (Last updated: 2020-05-25)</p>
260+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
261261
</section>
262262
</body>
263263
</div>

0 commit comments

Comments
 (0)