Skip to content

Commit

Permalink
docs: updates from Homebrew/brew
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot committed May 7, 2024
1 parent 49638c3 commit 2a73b3e
Show file tree
Hide file tree
Showing 219 changed files with 7,603 additions and 4,714 deletions.
2 changes: 1 addition & 1 deletion docs/Cachable.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

<dl>
<dt>Included in:</dt>
<dd><span class='object_link'><a href="Dependency.html" title="Dependency (class)">Dependency</a></span>, <span class='object_link'><a href="DependencyCollector.html" title="DependencyCollector (class)">DependencyCollector</a></span>, <span class='object_link'><a href="Formula.html" title="Formula (class)">Formula</a></span>, <span class='object_link'><a href="Formulary.html" title="Formulary (module)">Formulary</a></span>, <span class='object_link'><a href="Homebrew/API.html" title="Homebrew::API (module)">Homebrew::API</a></span>, <span class='object_link'><a href="Homebrew/API/Cask.html" title="Homebrew::API::Cask (module)">Homebrew::API::Cask</a></span>, <span class='object_link'><a href="Homebrew/API/Formula.html" title="Homebrew::API::Formula (module)">Homebrew::API::Formula</a></span>, <span class='object_link'><a href="Keg.html" title="Keg (class)">Keg</a></span>, <span class='object_link'><a href="Readall.html" title="Readall (module)">Readall</a></span>, <span class='object_link'><a href="Requirement.html" title="Requirement (class)">Requirement</a></span>, <span class='object_link'><a href="Tab.html" title="Tab (class)">Tab</a></span>, <span class='object_link'><a href="Tap.html" title="Tap (class)">Tap</a></span>, <span class='object_link'><a href="Utils/Analytics.html" title="Utils::Analytics (module)">Utils::Analytics</a></span></dd>
<dd><span class='object_link'><a href="Dependency.html" title="Dependency (class)">Dependency</a></span>, <span class='object_link'><a href="DependencyCollector.html" title="DependencyCollector (class)">DependencyCollector</a></span>, <span class='object_link'><a href="Formula.html" title="Formula (class)">Formula</a></span>, <span class='object_link'><a href="Formulary.html" title="Formulary (module)">Formulary</a></span>, <span class='object_link'><a href="Homebrew/API.html" title="Homebrew::API (module)">Homebrew::API</a></span>, <span class='object_link'><a href="Homebrew/API/Cask.html" title="Homebrew::API::Cask (module)">Homebrew::API::Cask</a></span>, <span class='object_link'><a href="Homebrew/API/Formula.html" title="Homebrew::API::Formula (module)">Homebrew::API::Formula</a></span>, <span class='object_link'><a href="Keg.html" title="Keg (class)">Keg</a></span>, <span class='object_link'><a href="Readall.html" title="Readall (module)">Readall</a></span>, <span class='object_link'><a href="Requirement.html" title="Requirement (class)">Requirement</a></span>, <span class='object_link'><a href="SBOM.html" title="SBOM (class)">SBOM</a></span>, <span class='object_link'><a href="Tab.html" title="Tab (class)">Tab</a></span>, <span class='object_link'><a href="Tap.html" title="Tap (class)">Tap</a></span>, <span class='object_link'><a href="Utils/Analytics.html" title="Utils::Analytics (module)">Utils::Analytics</a></span></dd>
</dl>


Expand Down
6 changes: 3 additions & 3 deletions docs/Homebrew/CLI/Args.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ <h2>Overview</h2><div class="docstring">
This class may only be used in the <a href="https://github.com/Homebrew/brew">Homebrew/brew</a> repository.
Third parties should avoid using this class if possible, as it may be removed or changed without warning.
</p>
<p>DO NOT EDIT MANUALLY
This is an autogenerated file for dynamic methods in <code>Homebrew::CLI::Args</code>.
Please instead update this file by running <code>bin/tapioca dsl Homebrew::CLI::Args</code>.</p>
<p>This file contains global args as defined in <code>Homebrew::CLI::Parser.global_options</code>
<code>Command</code>-specific args are defined in the commands themselves, with type signatures
generated by the <code>Tapioca::Compilers::Args</code> compiler.</p>


</div>
Expand Down
13 changes: 5 additions & 8 deletions docs/Homebrew/Cmd/Analytics.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,23 +96,20 @@

<dl>
<dt>Defined in:</dt>
<dd>sorbet/rbi/dsl/homebrew/cmd/analytics.rbi<span class="defines">,<br />
cmd/analytics.rb</span>
<dd>cmd/analytics.rb<span class="defines">,<br />
sorbet/rbi/dsl/homebrew/cmd/analytics.rbi</span>
</dd>
</dl>

</div>

<h2>Overview</h2><div class="docstring">
<div class="docstring">
<div class="discussion">
<p class="note private">
<strong>This class is part of a private API.</strong>
This class may only be used in the <a href="https://github.com/Homebrew/brew">Homebrew/brew</a> repository.
Third parties should avoid using this class if possible, as it may be removed or changed without warning.
</p>
<p>DO NOT EDIT MANUALLY
This is an autogenerated file for dynamic methods in <code>Homebrew::Cmd::Analytics</code>.
Please instead update this file by running <code>bin/tapioca dsl Homebrew::Cmd::Analytics</code>.</p>


</div>
Expand Down Expand Up @@ -256,10 +253,10 @@ <h3 class="signature first" id="args-instance_method">
<pre class="lines">


9</pre>
10</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/analytics.rbi', line 9</span>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/analytics.rbi', line 10</span>

<span class='kw'>def</span> <span class='id identifier rubyid_args'>args</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
</td>
Expand Down
13 changes: 5 additions & 8 deletions docs/Homebrew/Cmd/Autoremove.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,23 +96,20 @@

<dl>
<dt>Defined in:</dt>
<dd>sorbet/rbi/dsl/homebrew/cmd/autoremove.rbi<span class="defines">,<br />
cmd/autoremove.rb</span>
<dd>cmd/autoremove.rb<span class="defines">,<br />
sorbet/rbi/dsl/homebrew/cmd/autoremove.rbi</span>
</dd>
</dl>

</div>

<h2>Overview</h2><div class="docstring">
<div class="docstring">
<div class="discussion">
<p class="note private">
<strong>This class is part of a private API.</strong>
This class may only be used in the <a href="https://github.com/Homebrew/brew">Homebrew/brew</a> repository.
Third parties should avoid using this class if possible, as it may be removed or changed without warning.
</p>
<p>DO NOT EDIT MANUALLY
This is an autogenerated file for dynamic methods in <code>Homebrew::Cmd::Autoremove</code>.
Please instead update this file by running <code>bin/tapioca dsl Homebrew::Cmd::Autoremove</code>.</p>


</div>
Expand Down Expand Up @@ -256,10 +253,10 @@ <h3 class="signature first" id="args-instance_method">
<pre class="lines">


9</pre>
10</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/autoremove.rbi', line 9</span>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/autoremove.rbi', line 10</span>

<span class='kw'>def</span> <span class='id identifier rubyid_args'>args</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
</td>
Expand Down
8 changes: 4 additions & 4 deletions docs/Homebrew/Cmd/Autoremove/Args.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,10 @@ <h3 class="signature first" id="dry_run?-instance_method">
<pre class="lines">


14</pre>
15</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/autoremove.rbi', line 14</span>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/autoremove.rbi', line 15</span>

<span class='kw'>def</span> <span class='id identifier rubyid_dry_run?'>dry_run?</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
</td>
Expand Down Expand Up @@ -311,10 +311,10 @@ <h3 class="signature " id="n?-instance_method">
<pre class="lines">


17</pre>
18</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/autoremove.rbi', line 17</span>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/autoremove.rbi', line 18</span>

<span class='kw'>def</span> <span class='id identifier rubyid_n?'>n?</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
</td>
Expand Down
13 changes: 5 additions & 8 deletions docs/Homebrew/Cmd/Cache.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,23 +101,20 @@

<dl>
<dt>Defined in:</dt>
<dd>sorbet/rbi/dsl/homebrew/cmd/cache.rbi<span class="defines">,<br />
cmd/--cache.rb</span>
<dd>cmd/--cache.rb<span class="defines">,<br />
sorbet/rbi/dsl/homebrew/cmd/cache.rbi</span>
</dd>
</dl>

</div>

<h2>Overview</h2><div class="docstring">
<div class="docstring">
<div class="discussion">
<p class="note private">
<strong>This class is part of a private API.</strong>
This class may only be used in the <a href="https://github.com/Homebrew/brew">Homebrew/brew</a> repository.
Third parties should avoid using this class if possible, as it may be removed or changed without warning.
</p>
<p>DO NOT EDIT MANUALLY
This is an autogenerated file for dynamic methods in <code>Homebrew::Cmd::Cache</code>.
Please instead update this file by running <code>bin/tapioca dsl Homebrew::Cmd::Cache</code>.</p>


</div>
Expand Down Expand Up @@ -361,10 +358,10 @@ <h3 class="signature first" id="args-instance_method">
<pre class="lines">


9</pre>
10</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cache.rbi', line 9</span>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cache.rbi', line 10</span>

<span class='kw'>def</span> <span class='id identifier rubyid_args'>args</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
</td>
Expand Down
44 changes: 22 additions & 22 deletions docs/Homebrew/Cmd/Cache/Args.html
Original file line number Diff line number Diff line change
Expand Up @@ -447,10 +447,10 @@ <h3 class="signature first" id="arch-instance_method">
<pre class="lines">


17</pre>
18</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cache.rbi', line 17</span>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cache.rbi', line 18</span>

<span class='kw'>def</span> <span class='id identifier rubyid_arch'>arch</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
</td>
Expand Down Expand Up @@ -500,10 +500,10 @@ <h3 class="signature " id="bottle_tag-instance_method">
<pre class="lines">


20</pre>
21</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cache.rbi', line 20</span>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cache.rbi', line 21</span>

<span class='kw'>def</span> <span class='id identifier rubyid_bottle_tag'>bottle_tag</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
</td>
Expand Down Expand Up @@ -553,10 +553,10 @@ <h3 class="signature " id="build_from_source?-instance_method">
<pre class="lines">


23</pre>
24</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cache.rbi', line 23</span>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cache.rbi', line 24</span>

<span class='kw'>def</span> <span class='id identifier rubyid_build_from_source?'>build_from_source?</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
</td>
Expand Down Expand Up @@ -606,10 +606,10 @@ <h3 class="signature " id="cask?-instance_method">
<pre class="lines">


26</pre>
27</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cache.rbi', line 26</span>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cache.rbi', line 27</span>

<span class='kw'>def</span> <span class='id identifier rubyid_cask?'>cask?</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
</td>
Expand Down Expand Up @@ -659,10 +659,10 @@ <h3 class="signature " id="casks?-instance_method">
<pre class="lines">


29</pre>
30</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cache.rbi', line 29</span>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cache.rbi', line 30</span>

<span class='kw'>def</span> <span class='id identifier rubyid_casks?'>casks?</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
</td>
Expand Down Expand Up @@ -712,10 +712,10 @@ <h3 class="signature " id="force_bottle?-instance_method">
<pre class="lines">


32</pre>
33</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cache.rbi', line 32</span>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cache.rbi', line 33</span>

<span class='kw'>def</span> <span class='id identifier rubyid_force_bottle?'>force_bottle?</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
</td>
Expand Down Expand Up @@ -765,10 +765,10 @@ <h3 class="signature " id="formula?-instance_method">
<pre class="lines">


35</pre>
36</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cache.rbi', line 35</span>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cache.rbi', line 36</span>

<span class='kw'>def</span> <span class='id identifier rubyid_formula?'>formula?</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
</td>
Expand Down Expand Up @@ -818,10 +818,10 @@ <h3 class="signature " id="formulae?-instance_method">
<pre class="lines">


38</pre>
39</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cache.rbi', line 38</span>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cache.rbi', line 39</span>

<span class='kw'>def</span> <span class='id identifier rubyid_formulae?'>formulae?</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
</td>
Expand Down Expand Up @@ -871,10 +871,10 @@ <h3 class="signature " id="HEAD?-instance_method">
<pre class="lines">


14</pre>
15</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cache.rbi', line 14</span>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cache.rbi', line 15</span>

<span class='kw'>def</span> <span class='id identifier rubyid_HEAD?'>HEAD?</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
</td>
Expand Down Expand Up @@ -924,10 +924,10 @@ <h3 class="signature " id="os-instance_method">
<pre class="lines">


41</pre>
42</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cache.rbi', line 41</span>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cache.rbi', line 42</span>

<span class='kw'>def</span> <span class='id identifier rubyid_os'>os</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
</td>
Expand Down Expand Up @@ -977,10 +977,10 @@ <h3 class="signature " id="s?-instance_method">
<pre class="lines">


44</pre>
45</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cache.rbi', line 44</span>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cache.rbi', line 45</span>

<span class='kw'>def</span> <span class='id identifier rubyid_s?'>s?</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
</td>
Expand Down
13 changes: 5 additions & 8 deletions docs/Homebrew/Cmd/Caskroom.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,23 +96,20 @@

<dl>
<dt>Defined in:</dt>
<dd>sorbet/rbi/dsl/homebrew/cmd/caskroom.rbi<span class="defines">,<br />
cmd/--caskroom.rb</span>
<dd>cmd/--caskroom.rb<span class="defines">,<br />
sorbet/rbi/dsl/homebrew/cmd/caskroom.rbi</span>
</dd>
</dl>

</div>

<h2>Overview</h2><div class="docstring">
<div class="docstring">
<div class="discussion">
<p class="note private">
<strong>This class is part of a private API.</strong>
This class may only be used in the <a href="https://github.com/Homebrew/brew">Homebrew/brew</a> repository.
Third parties should avoid using this class if possible, as it may be removed or changed without warning.
</p>
<p>DO NOT EDIT MANUALLY
This is an autogenerated file for dynamic methods in <code>Homebrew::Cmd::Caskroom</code>.
Please instead update this file by running <code>bin/tapioca dsl Homebrew::Cmd::Caskroom</code>.</p>


</div>
Expand Down Expand Up @@ -345,10 +342,10 @@ <h3 class="signature first" id="args-instance_method">
<pre class="lines">


9</pre>
10</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/caskroom.rbi', line 9</span>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/caskroom.rbi', line 10</span>

<span class='kw'>def</span> <span class='id identifier rubyid_args'>args</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
</td>
Expand Down
13 changes: 5 additions & 8 deletions docs/Homebrew/Cmd/Cellar.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,23 +96,20 @@

<dl>
<dt>Defined in:</dt>
<dd>sorbet/rbi/dsl/homebrew/cmd/cellar.rbi<span class="defines">,<br />
cmd/--cellar.rb</span>
<dd>cmd/--cellar.rb<span class="defines">,<br />
sorbet/rbi/dsl/homebrew/cmd/cellar.rbi</span>
</dd>
</dl>

</div>

<h2>Overview</h2><div class="docstring">
<div class="docstring">
<div class="discussion">
<p class="note private">
<strong>This class is part of a private API.</strong>
This class may only be used in the <a href="https://github.com/Homebrew/brew">Homebrew/brew</a> repository.
Third parties should avoid using this class if possible, as it may be removed or changed without warning.
</p>
<p>DO NOT EDIT MANUALLY
This is an autogenerated file for dynamic methods in <code>Homebrew::Cmd::Cellar</code>.
Please instead update this file by running <code>bin/tapioca dsl Homebrew::Cmd::Cellar</code>.</p>


</div>
Expand Down Expand Up @@ -345,10 +342,10 @@ <h3 class="signature first" id="args-instance_method">
<pre class="lines">


9</pre>
10</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cellar.rbi', line 9</span>
<pre class="code"><span class="info file"># File 'sorbet/rbi/dsl/homebrew/cmd/cellar.rbi', line 10</span>

<span class='kw'>def</span> <span class='id identifier rubyid_args'>args</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
</td>
Expand Down
Loading

0 comments on commit 2a73b3e

Please sign in to comment.