Skip to content

Commit

Permalink
Latest javadoc on successful Github build CI/8795178577 auto-pushed t…
Browse files Browse the repository at this point in the history
…o gh-pages
  • Loading branch information
Dagger Team committed Apr 23, 2024
1 parent 4ec94eb commit 790af20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions api/latest/dagger/spi/model/DaggerExecutableElement.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h3>Method Summary</h3>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>abstract com.google.devtools.ksp.symbol.KSFunctionDeclaration</code></td>
<td class="colFirst"><code>abstract com.google.devtools.ksp.symbol.KSDeclaration</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ksp()">ksp</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the KSP representation for the executable element.</div>
Expand Down Expand Up @@ -261,8 +261,9 @@ <h4>javac</h4>
<ul class="blockList">
<li class="blockList">
<h4>ksp</h4>
<pre class="methodSignature">public abstract&nbsp;com.google.devtools.ksp.symbol.KSFunctionDeclaration&nbsp;ksp()</pre>
<div class="block">Returns the KSP representation for the executable element.</div>
<pre class="methodSignature">public abstract&nbsp;com.google.devtools.ksp.symbol.KSDeclaration&nbsp;ksp()</pre>
<div class="block">Returns the KSP representation for the executable element. Can be either KSFunctionDeclaration
or KSPropertyDeclaration.</div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.IllegalStateException</code> - if the current backend isn't KSP.</dd>
Expand Down
Binary file modified api/latest/member-search-index.zip
Binary file not shown.
Binary file modified api/latest/package-search-index.zip
Binary file not shown.
Binary file modified api/latest/type-search-index.zip
Binary file not shown.

0 comments on commit 790af20

Please sign in to comment.