mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Deploying to gh-pages from @ f9b6b17657
🚀
This commit is contained in:
parent
e8e67fcabd
commit
b608e6baa3
122 changed files with 736 additions and 734 deletions
|
@ -794,7 +794,7 @@ a specific location.</p>
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/28e28711/src/ameba/formatter/explain_formatter.cr#L6" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/f9b6b176/src/ameba/formatter/explain_formatter.cr#L6" target="_blank">
|
||||
ameba/formatter/explain_formatter.cr
|
||||
</a>
|
||||
|
||||
|
@ -842,7 +842,7 @@ a specific location.</p>
|
|||
<li class="entry-summary">
|
||||
<a href="#new%28output%3AIO%2Clocation%29-class-method" class="signature"><strong>.new</strong>(output : IO, location)</a>
|
||||
|
||||
<div class="summary"><p>Creates a new instance of ExplainFormatter.</p></div>
|
||||
<div class="summary"><p>Creates a new instance of <code><a href="../../Ameba/Formatter/ExplainFormatter.html">ExplainFormatter</a></code>.</p></div>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -865,7 +865,7 @@ a specific location.</p>
|
|||
<li class="entry-summary">
|
||||
<a href="#finished%28sources%29-instance-method" class="signature"><strong>#finished</strong>(sources)</a>
|
||||
|
||||
<div class="summary"><p>Reports the explainations at the <em>@location</em>.</p></div>
|
||||
<div class="summary"><p>Reports the explanations at the <em>@location</em>.</p></div>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -963,17 +963,19 @@ a specific location.</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>Creates a new instance of ExplainFormatter.
|
||||
Accepts <em>output</em> which indicates the io where the explanation will be wrtitten to.
|
||||
<p>Creates a new instance of <code><a href="../../Ameba/Formatter/ExplainFormatter.html">ExplainFormatter</a></code>.</p>
|
||||
<p>Accepts <em>output</em> which indicates the io where the explanation will be written to.
|
||||
Second argument is <em>location</em> which indicates the location to explain.</p>
|
||||
<pre><code class="language-crystal"><span class="t">ExplainFormatter</span>.new output,
|
||||
{file: path, line: line_number, column: column_number}</code></pre>
|
||||
file: path,
|
||||
line: line_number,
|
||||
column: column_number</code></pre>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/28e28711/src/ameba/formatter/explain_formatter.cr#L23" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/f9b6b176/src/ameba/formatter/explain_formatter.cr#L26" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1002,13 +1004,13 @@ Second argument is <em>location</em> which indicates the location to explain.</p
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>Reports the explainations at the <em>@location</em>.</p>
|
||||
<p>Reports the explanations at the <em>@location</em>.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/28e28711/src/ameba/formatter/explain_formatter.cr#L28" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/f9b6b176/src/ameba/formatter/explain_formatter.cr#L31" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1024,7 +1026,7 @@ Second argument is <em>location</em> which indicates the location to explain.</p
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/28e28711/src/ameba/formatter/explain_formatter.cr#L13" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/f9b6b176/src/ameba/formatter/explain_formatter.cr#L13" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1040,7 +1042,7 @@ Second argument is <em>location</em> which indicates the location to explain.</p
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/28e28711/src/ameba/formatter/explain_formatter.cr#L12" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/f9b6b176/src/ameba/formatter/explain_formatter.cr#L12" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue