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 @ 4533e52aa5
🚀
This commit is contained in:
parent
2350a89133
commit
76aad1519b
125 changed files with 933 additions and 986 deletions
|
@ -801,7 +801,7 @@
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/inline_comments.cr#L3" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/inline_comments.cr#L3" target="_blank">
|
||||
ameba/inline_comments.cr
|
||||
</a>
|
||||
|
||||
|
@ -848,14 +848,14 @@
|
|||
<li class="entry-summary">
|
||||
<a href="#comment%3F%28line_number%3AInt32%29-instance-method" class="signature"><strong>#comment?</strong>(line_number : Int32)</a>
|
||||
|
||||
<div class="summary"><p>Returns true if the line at the given <code>line_number</code> is a comment.</p></div>
|
||||
<div class="summary"><p>Returns <code>true</code> if the line at the given <code>line_number</code> is a comment.</p></div>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#location_disabled%3F%28location%3ACrystal%3A%3ALocation%3F%2Crule%29-instance-method" class="signature"><strong>#location_disabled?</strong>(location : Crystal::Location?, rule)</a>
|
||||
|
||||
<div class="summary"><p>Returns true if current location is disabled for a particular rule, false otherwise.</p></div>
|
||||
<div class="summary"><p>Returns <code>true</code> if current location is disabled for a particular rule, <code>false</code> otherwise.</p></div>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -900,13 +900,13 @@
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>Returns true if the line at the given <code>line_number</code> is a comment.</p>
|
||||
<p>Returns <code>true</code> if the line at the given <code>line_number</code> is a comment.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/inline_comments.cr#L78" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/inline_comments.cr#L78" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -921,8 +921,8 @@
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>Returns true if current location is disabled for a particular rule,
|
||||
false otherwise.</p>
|
||||
<p>Returns <code>true</code> if current location is disabled for a particular rule,
|
||||
<code>false</code> otherwise.</p>
|
||||
<p>Location is disabled in two cases:</p>
|
||||
<ol>
|
||||
<li>The line of the location ends with a comment directive.</li>
|
||||
|
@ -946,7 +946,7 @@ false otherwise.</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/inline_comments.cr#L40" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/inline_comments.cr#L40" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -975,7 +975,7 @@ parse_inline_directive(line) <span class="c"># => nil</span></code></pre>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/inline_comments.cr#L68" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/inline_comments.cr#L68" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue