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  @ 4700ae7649 🚀
				
					
				
			This commit is contained in:
		
							parent
							
								
									bf7d8e5dc8
								
							
						
					
					
						commit
						4d680b3aae
					
				
					 118 changed files with 4085 additions and 1280 deletions
				
			
		| 
						 | 
				
			
			@ -778,7 +778,7 @@
 | 
			
		|||
  </h2>
 | 
			
		||||
  
 | 
			
		||||
    
 | 
			
		||||
      <a href="https://github.com/crystal-ameba/ameba/blob/a9ae491a/src/ameba/rule/layout/trailing_whitespace.cr#L10" target="_blank">
 | 
			
		||||
      <a href="https://github.com/crystal-ameba/ameba/blob/4700ae76/src/ameba/rule/layout/trailing_whitespace.cr#L10" target="_blank">
 | 
			
		||||
        ameba/rule/layout/trailing_whitespace.cr
 | 
			
		||||
      </a>
 | 
			
		||||
    
 | 
			
		||||
| 
						 | 
				
			
			@ -834,6 +834,25 @@
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  <h2>
 | 
			
		||||
    <a id="class-method-summary" class="anchor" href="#class-method-summary">
 | 
			
		||||
  <svg class="octicon-link" aria-hidden="true">
 | 
			
		||||
    <use href="#octicon-link"/>
 | 
			
		||||
  </svg>
 | 
			
		||||
</a>
 | 
			
		||||
    Class Method Summary
 | 
			
		||||
  </h2>
 | 
			
		||||
  <ul class="list-summary">
 | 
			
		||||
    
 | 
			
		||||
      <li class="entry-summary">
 | 
			
		||||
        <a href="#parsed_doc%3AString%3F-class-method" class="signature"><strong>.parsed_doc</strong> : String?</a>
 | 
			
		||||
        
 | 
			
		||||
          <div class="summary"><p>Returns documentation for this rule, if there is any.</p></div>
 | 
			
		||||
        
 | 
			
		||||
      </li>
 | 
			
		||||
    
 | 
			
		||||
  </ul>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  <h2>
 | 
			
		||||
| 
						 | 
				
			
			@ -971,15 +990,6 @@
 | 
			
		|||
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
  <h3>Class methods inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
 | 
			
		||||
  
 | 
			
		||||
  
 | 
			
		||||
    <a href="../../../Ameba/Rule/Base.html#parsed_doc-class-method" class="tooltip">
 | 
			
		||||
      <span>parsed_doc</span>
 | 
			
		||||
    parsed_doc</a>
 | 
			
		||||
    
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  
 | 
			
		||||
    
 | 
			
		||||
| 
						 | 
				
			
			@ -1057,7 +1067,7 @@
 | 
			
		|||
      <br/>
 | 
			
		||||
      <div>
 | 
			
		||||
        
 | 
			
		||||
          [<a href="https://github.com/crystal-ameba/ameba/blob/a9ae491a/src/ameba/rule/layout/trailing_whitespace.cr#L10" target="_blank">View source</a>]
 | 
			
		||||
          [<a href="https://github.com/crystal-ameba/ameba/blob/4700ae76/src/ameba/rule/layout/trailing_whitespace.cr#L10" target="_blank">View source</a>]
 | 
			
		||||
        
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
| 
						 | 
				
			
			@ -1065,6 +1075,45 @@
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  <h2>
 | 
			
		||||
    <a id="class-method-detail" class="anchor" href="#class-method-detail">
 | 
			
		||||
  <svg class="octicon-link" aria-hidden="true">
 | 
			
		||||
    <use href="#octicon-link"/>
 | 
			
		||||
  </svg>
 | 
			
		||||
</a>
 | 
			
		||||
    Class Method Detail
 | 
			
		||||
  </h2>
 | 
			
		||||
  
 | 
			
		||||
    <div class="entry-detail" id="parsed_doc:String?-class-method">
 | 
			
		||||
      <div class="signature">
 | 
			
		||||
        
 | 
			
		||||
        def self.<strong>parsed_doc</strong> : String?
 | 
			
		||||
 | 
			
		||||
        <a class="method-permalink" href="#parsed_doc%3AString%3F-class-method">#</a>
 | 
			
		||||
      </div>
 | 
			
		||||
      
 | 
			
		||||
        <div class="doc">
 | 
			
		||||
          
 | 
			
		||||
          <p>Returns documentation for this rule, if there is any.</p>
 | 
			
		||||
<pre><code class="language-crystal"><span class="k">module</span> <span class="t">Ameba</span>
 | 
			
		||||
  <span class="c"># This is a test rule.</span>
 | 
			
		||||
  <span class="c"># Does nothing.</span>
 | 
			
		||||
  <span class="k">class</span> <span class="t">MyRule</span> <span class="o"><</span> <span class="t">Ameba</span><span class="t">::</span><span class="t">Rule</span><span class="t">::</span><span class="t">Base</span>
 | 
			
		||||
    <span class="k">def</span> <span class="m">test</span>(source)
 | 
			
		||||
    <span class="k">end</span>
 | 
			
		||||
  <span class="k">end</span>
 | 
			
		||||
<span class="k">end</span>
 | 
			
		||||
 | 
			
		||||
<span class="t">MyRule</span>.parsed_doc <span class="c"># => "This is a test rule.\nDoes nothing."</span></code></pre>
 | 
			
		||||
        </div>
 | 
			
		||||
      
 | 
			
		||||
      <br/>
 | 
			
		||||
      <div>
 | 
			
		||||
        
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  <h2>
 | 
			
		||||
| 
						 | 
				
			
			@ -1199,7 +1248,7 @@
 | 
			
		|||
      <br/>
 | 
			
		||||
      <div>
 | 
			
		||||
        
 | 
			
		||||
          [<a href="https://github.com/crystal-ameba/ameba/blob/a9ae491a/src/ameba/rule/layout/trailing_whitespace.cr#L17" target="_blank">View source</a>]
 | 
			
		||||
          [<a href="https://github.com/crystal-ameba/ameba/blob/4700ae76/src/ameba/rule/layout/trailing_whitespace.cr#L17" target="_blank">View source</a>]
 | 
			
		||||
        
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue