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 @ 63a6c73dc0
🚀
This commit is contained in:
parent
eed47a8980
commit
de3ed410aa
117 changed files with 6301 additions and 690 deletions
42
Ameba.html
42
Ameba.html
|
@ -51,6 +51,11 @@
|
|||
<div class="types-list">
|
||||
<ul>
|
||||
|
||||
<li class=" " data-id="ameba/toplevel" data-name="top level namespace">
|
||||
<a href="toplevel.html">Top Level Namespace</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="parent open current" data-id="ameba/Ameba" data-name="ameba">
|
||||
<a href="Ameba.html">Ameba</a>
|
||||
|
||||
|
@ -156,6 +161,21 @@
|
|||
|
||||
</li>
|
||||
|
||||
<li class="parent " data-id="ameba/Ameba/Ext" data-name="ameba::ext">
|
||||
<a href="Ameba/Ext.html">Ext</a>
|
||||
|
||||
<ul>
|
||||
|
||||
<li class=" " data-id="ameba/Ameba/Ext/Location" data-name="ameba::ext::location">
|
||||
<a href="Ameba/Ext/Location.html">Location</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
<li class="parent " data-id="ameba/Ameba/Formatter" data-name="ameba::formatter">
|
||||
<a href="Ameba/Formatter.html">Formatter</a>
|
||||
|
||||
|
@ -749,70 +769,70 @@ config.files <span class="o">=</span> file_paths
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba.cr#L24" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba.cr#L25" target="_blank">
|
||||
ameba.cr
|
||||
</a>
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/glob_utils.cr#L1" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/glob_utils.cr#L1" target="_blank">
|
||||
ameba/glob_utils.cr
|
||||
</a>
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/inline_comments.cr#L1" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/inline_comments.cr#L1" target="_blank">
|
||||
ameba/inline_comments.cr
|
||||
</a>
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/issue.cr#L1" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/issue.cr#L1" target="_blank">
|
||||
ameba/issue.cr
|
||||
</a>
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/reportable.cr#L1" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/reportable.cr#L1" target="_blank">
|
||||
ameba/reportable.cr
|
||||
</a>
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/runner.cr#L3" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/runner.cr#L3" target="_blank">
|
||||
ameba/runner.cr
|
||||
</a>
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/severity.cr#L1" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/severity.cr#L1" target="_blank">
|
||||
ameba/severity.cr
|
||||
</a>
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/source.cr#L1" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/source.cr#L1" target="_blank">
|
||||
ameba/source.cr
|
||||
</a>
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/spec/support.cr#L7" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/spec/support.cr#L7" target="_blank">
|
||||
ameba/spec/support.cr
|
||||
</a>
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/tokenizer.cr#L3" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/tokenizer.cr#L3" target="_blank">
|
||||
ameba/tokenizer.cr
|
||||
</a>
|
||||
|
||||
|
@ -907,7 +927,7 @@ Can be configured via <code>config</code> parameter.</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba.cr#L38" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba.cr#L39" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue