Skip to content

Commit

Permalink
Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
art-divin authored and actions-user committed Jan 26, 2024
1 parent 47ad6e2 commit 199bd45
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions docs/Classes/ClosureParameter.html
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,33 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/c:@M@SourceryRuntime@objc(cs)ClosureParameter(py)isVariadic"></a>
<a name="//apple_ref/swift/Property/isVariadic" class="dashAnchor"></a>
<a class="token" href="#/c:@M@SourceryRuntime@objc(cs)ClosureParameter(py)isVariadic">isVariadic</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Parameter if the argument has a variadic type or not</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="k">let</span> <span class="nv">isVariadic</span><span class="p">:</span> <span class="kt">Bool</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down
2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

0 comments on commit 199bd45

Please sign in to comment.