Skip to content

Commit

Permalink
Deploy website
Browse files Browse the repository at this point in the history
Deploy website version based on b07cbfa
  • Loading branch information
Docusaurus bot committed Nov 10, 2024
1 parent 159cced commit 4f46313
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
15 changes: 10 additions & 5 deletions docs/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -5470,11 +5470,14 @@ <h4><a class="anchor" aria-hidden="true" id="docstringsstyle--asterisk"></a><a h
* Skip first line, format intermediate
* lines with an asterisk below the
* first asterisk of the first line (aka
* JavaDoc)
* JavaDoc). Since v3.8.4,
* `blankFirstLine = fold` takes
* precedence.
*/</span>
</code></pre>
<pre><code class="hljs css language-scala original"><span class="hljs-comment">/** Skip first line, format intermediate lines with an asterisk
* below the first asterisk of the first line (aka JavaDoc)
* below the first asterisk of the first line (aka JavaDoc).
* Since v3.8.4, `blankFirstLine = fold` takes precedence.
*/</span>
</code></pre>
<p><details class='config' open><summary>Config for this example:</summary><p></p>
Expand Down Expand Up @@ -5680,9 +5683,11 @@ <h3><a class="anchor" aria-hidden="true" id="docstringsblankfirstline"></a><a hr
(replaced <code>yes</code> in v3.8.2)</li>
</ul>
<blockquote>
<p>Since v2.7.5. Ignored for <code>docstrings.style = keep</code> or
<code>docstrings.style = Asterisk</code> or
<code>docstrings.wrap = no</code>.</p>
<p>Since v2.7.5.</p>
<ul>
<li>Ignored for <code>docstrings.style = keep</code> or <code>docstrings.wrap = no</code>.</li>
<li>[since v3.8.4] For <code>docstrings.style = Asterisk</code>, only <code>fold</code> changes default behaviour.</li>
</ul>
</blockquote>
<pre><code class="hljs css language-scala formatted"><span class="hljs-comment">/** Scaladoc oneline */</span>
<span class="hljs-comment">/** Scaladoc multiline1
Expand Down
6 changes: 3 additions & 3 deletions docs/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,10 @@ <h3><a class="anchor" aria-hidden="true" id="arch-linux"></a><a href="#arch-linu
scalafmt --version // should be 3.8.4-RC1
</code></pre>
<h3><a class="anchor" aria-hidden="true" id="--help"></a><a href="#--help" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>--help</h3>
<pre><code class="hljs">build commit: <span class="hljs-number">7f</span>58fc11030cdfc2ae99c91bb0ba9810ef8366e4
build time: Sun Nov <span class="hljs-number">10</span> <span class="hljs-number">17</span>:<span class="hljs-number">07</span>:<span class="hljs-number">56</span> UTC <span class="hljs-number">2024</span>
<pre><code class="hljs">build commit: b07cbfaa7655a41aef54a33d7ffc1c6cedad021c
build time: Sun Nov <span class="hljs-number">10</span> <span class="hljs-number">17</span>:<span class="hljs-number">19</span>:<span class="hljs-number">53</span> UTC <span class="hljs-number">2024</span>
</code></pre>
<pre><code class="hljs">scalafmt 3.8.4-RC1+141-7f58fc11-SNAPSHOT
<pre><code class="hljs">scalafmt 3.8.4-RC1+142-b07cbfaa-SNAPSHOT
Usage: scalafmt [options] [&lt;<span class="hljs-keyword">file</span>&gt;...]

-<span class="hljs-keyword">h</span>, --<span class="hljs-keyword">help</span> prints this usage text
Expand Down

0 comments on commit 4f46313

Please sign in to comment.