Skip to content

Commit 21afaa4

Browse files
authored
Add v4.2.1 documentation (#6)
1 parent 250ecfb commit 21afaa4

314 files changed

Lines changed: 7304 additions & 7443 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Rouge.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Module: Rouge
88

9-
&mdash; Documentation by YARD 0.9.34
9+
&mdash; Documentation by YARD 0.9.28
1010

1111
</title>
1212

@@ -487,7 +487,7 @@ <h3 class="signature " id="version-class_method">
487487
<pre class="code"><span class="info file"># File 'lib/rouge/version.rb', line 5</span>
488488

489489
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_version'>version</span>
490-
<span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>4.2.0</span><span class='tstring_end'>&quot;</span></span>
490+
<span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>4.2.1</span><span class='tstring_end'>&quot;</span></span>
491491
<span class='kw'>end</span></pre>
492492
</td>
493493
</tr>
@@ -499,9 +499,9 @@ <h3 class="signature " id="version-class_method">
499499
</div>
500500

501501
<div id="footer">
502-
Generated on Sun Dec 31 12:26:14 2023 by
502+
Generated on Fri Jun 14 14:16:40 2024 by
503503
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
504-
0.9.34 (ruby-3.2.2).
504+
0.9.28 (ruby-3.3.0).
505505
</div>
506506

507507
</div>

Rouge/CLI.html

Lines changed: 3 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Class: Rouge::CLI
88

9-
&mdash; Documentation by YARD 0.9.34
9+
&mdash; Documentation by YARD 0.9.28
1010

1111
</title>
1212

@@ -189,28 +189,6 @@ <h2>
189189

190190

191191

192-
<span class="summary_desc"><div class='inline'></div></span>
193-
194-
</li>
195-
196-
197-
<li class="public ">
198-
<span class="summary_signature">
199-
200-
<a href="#normalize_syntax-class_method" title="normalize_syntax (class method)">.<strong>normalize_syntax</strong>(argv) &#x21d2; Object </a>
201-
202-
203-
204-
</span>
205-
206-
207-
208-
209-
210-
211-
212-
213-
214192
<span class="summary_desc"><div class='inline'></div></span>
215193

216194
</li>
@@ -539,60 +517,6 @@ <h3 class="signature " id="error!-class_method">
539517
</td>
540518
</tr>
541519
</table>
542-
</div>
543-
544-
<div class="method_details ">
545-
<h3 class="signature " id="normalize_syntax-class_method">
546-
547-
.<strong>normalize_syntax</strong>(argv) &#x21d2; <tt>Object</tt>
548-
549-
550-
551-
552-
553-
</h3><table class="source_code">
554-
<tr>
555-
<td>
556-
<pre class="lines">
557-
558-
559-
515
560-
516
561-
517
562-
518
563-
519
564-
520
565-
521
566-
522
567-
523
568-
524
569-
525
570-
526
571-
527
572-
528
573-
529</pre>
574-
</td>
575-
<td>
576-
<pre class="code"><span class="info file"># File 'lib/rouge/cli.rb', line 515</span>
577-
578-
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_normalize_syntax'>normalize_syntax</span><span class='lparen'>(</span><span class='id identifier rubyid_argv'>argv</span><span class='rparen'>)</span>
579-
<span class='id identifier rubyid_out'>out</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
580-
<span class='id identifier rubyid_argv'>argv</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_arg'>arg</span><span class='op'>|</span>
581-
<span class='kw'>case</span> <span class='id identifier rubyid_arg'>arg</span>
582-
<span class='kw'>when</span> <span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>^(--\w+)=(.*)$</span><span class='regexp_end'>/</span></span>
583-
<span class='id identifier rubyid_out'>out</span> <span class='op'>&lt;&lt;</span> <span class='backref'>$1</span> <span class='op'>&lt;&lt;</span> <span class='backref'>$2</span>
584-
<span class='kw'>when</span> <span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>^(-\w)(.+)$</span><span class='regexp_end'>/</span></span>
585-
<span class='id identifier rubyid_out'>out</span> <span class='op'>&lt;&lt;</span> <span class='backref'>$1</span> <span class='op'>&lt;&lt;</span> <span class='backref'>$2</span>
586-
<span class='kw'>else</span>
587-
<span class='id identifier rubyid_out'>out</span> <span class='op'>&lt;&lt;</span> <span class='id identifier rubyid_arg'>arg</span>
588-
<span class='kw'>end</span>
589-
<span class='kw'>end</span>
590-
591-
<span class='id identifier rubyid_out'>out</span>
592-
<span class='kw'>end</span></pre>
593-
</td>
594-
</tr>
595-
</table>
596520
</div>
597521

598522
<div class="method_details ">
@@ -700,9 +624,9 @@ <h3 class="signature first" id="error!-instance_method">
700624
</div>
701625

702626
<div id="footer">
703-
Generated on Sun Dec 31 12:26:14 2023 by
627+
Generated on Fri Jun 14 14:16:40 2024 by
704628
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
705-
0.9.34 (ruby-3.2.2).
629+
0.9.28 (ruby-3.3.0).
706630
</div>
707631

708632
</div>

Rouge/CLI/Debug.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Class: Rouge::CLI::Debug
88

9-
&mdash; Documentation by YARD 0.9.34
9+
&mdash; Documentation by YARD 0.9.28
1010

1111
</title>
1212

@@ -202,7 +202,7 @@ <h2>
202202

203203

204204
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Highlight.html" title="Rouge::CLI::Highlight (class)">Highlight</a></span></h3>
205-
<p class="inherited"><span class='object_link'><a href="Highlight.html#escape_lexer-instance_method" title="Rouge::CLI::Highlight#escape_lexer (method)">#escape_lexer</a></span>, <span class='object_link'><a href="Highlight.html#initialize-instance_method" title="Rouge::CLI::Highlight#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Highlight.html#input-instance_method" title="Rouge::CLI::Highlight#input (method)">#input</a></span>, <span class='object_link'><a href="Highlight.html#input_stream-instance_method" title="Rouge::CLI::Highlight#input_stream (method)">#input_stream</a></span>, <span class='object_link'><a href="Highlight.html#lexer-instance_method" title="Rouge::CLI::Highlight#lexer (method)">#lexer</a></span>, <span class='object_link'><a href="Highlight.html#lexer_class-instance_method" title="Rouge::CLI::Highlight#lexer_class (method)">#lexer_class</a></span>, <span class='object_link'><a href="Highlight.html#parse-class_method" title="Rouge::CLI::Highlight.parse (method)">parse</a></span>, <span class='object_link'><a href="Highlight.html#parse_cgi-class_method" title="Rouge::CLI::Highlight.parse_cgi (method)">parse_cgi</a></span>, <span class='object_link'><a href="Highlight.html#raw_lexer-instance_method" title="Rouge::CLI::Highlight#raw_lexer (method)">#raw_lexer</a></span>, <span class='object_link'><a href="Highlight.html#run-instance_method" title="Rouge::CLI::Highlight#run (method)">#run</a></span>, <span class='object_link'><a href="Highlight.html#supports_truecolor%3F-class_method" title="Rouge::CLI::Highlight.supports_truecolor? (method)">supports_truecolor?</a></span></p>
205+
<p class="inherited"><span class='object_link'><a href="Highlight.html#escape_lexer-instance_method" title="Rouge::CLI::Highlight#escape_lexer (method)">#escape_lexer</a></span>, <span class='object_link'><a href="Highlight.html#initialize-instance_method" title="Rouge::CLI::Highlight#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Highlight.html#input-instance_method" title="Rouge::CLI::Highlight#input (method)">#input</a></span>, <span class='object_link'><a href="Highlight.html#input_stream-instance_method" title="Rouge::CLI::Highlight#input_stream (method)">#input_stream</a></span>, <span class='object_link'><a href="Highlight.html#lexer-instance_method" title="Rouge::CLI::Highlight#lexer (method)">#lexer</a></span>, <span class='object_link'><a href="Highlight.html#lexer_class-instance_method" title="Rouge::CLI::Highlight#lexer_class (method)">#lexer_class</a></span>, <span class='object_link'><a href="Highlight.html#parse-class_method" title="Rouge::CLI::Highlight.parse (method)">parse</a></span>, <span class='object_link'><a href="Highlight.html#raw_lexer-instance_method" title="Rouge::CLI::Highlight#raw_lexer (method)">#raw_lexer</a></span>, <span class='object_link'><a href="Highlight.html#run-instance_method" title="Rouge::CLI::Highlight#run (method)">#run</a></span>, <span class='object_link'><a href="Highlight.html#supports_truecolor%3F-class_method" title="Rouge::CLI::Highlight.supports_truecolor? (method)">supports_truecolor?</a></span></p>
206206

207207

208208

@@ -213,7 +213,7 @@ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="
213213

214214

215215
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../CLI.html" title="Rouge::CLI (class)">Rouge::CLI</a></span></h3>
216-
<p class="inherited"><span class='object_link'><a href="../CLI.html#class_from_arg-class_method" title="Rouge::CLI.class_from_arg (method)">class_from_arg</a></span>, <span class='object_link'><a href="../CLI.html#error!-class_method" title="Rouge::CLI.error! (method)">error!</a></span>, <span class='object_link'><a href="../CLI.html#error!-instance_method" title="Rouge::CLI#error! (method)">#error!</a></span>, <span class='object_link'><a href="../CLI.html#initialize-instance_method" title="Rouge::CLI#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="../CLI.html#normalize_syntax-class_method" title="Rouge::CLI.normalize_syntax (method)">normalize_syntax</a></span>, <span class='object_link'><a href="../CLI.html#parse-class_method" title="Rouge::CLI.parse (method)">parse</a></span></p>
216+
<p class="inherited"><span class='object_link'><a href="../CLI.html#class_from_arg-class_method" title="Rouge::CLI.class_from_arg (method)">class_from_arg</a></span>, <span class='object_link'><a href="../CLI.html#error!-class_method" title="Rouge::CLI.error! (method)">error!</a></span>, <span class='object_link'><a href="../CLI.html#error!-instance_method" title="Rouge::CLI#error! (method)">#error!</a></span>, <span class='object_link'><a href="../CLI.html#initialize-instance_method" title="Rouge::CLI#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="../CLI.html#parse-class_method" title="Rouge::CLI.parse (method)">parse</a></span></p>
217217
<div id="constructor_details" class="method_details_list">
218218
<h2>Constructor Details</h2>
219219

@@ -241,11 +241,11 @@ <h3 class="signature first" id="desc-class_method">
241241
<pre class="lines">
242242

243243

244-
358
245-
359</pre>
244+
357
245+
358</pre>
246246
</td>
247247
<td>
248-
<pre class="code"><span class="info file"># File 'lib/rouge/cli.rb', line 358</span>
248+
<pre class="code"><span class="info file"># File 'lib/rouge/cli.rb', line 357</span>
249249

250250
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_desc'>desc</span>
251251
<span class='kw'>end</span></pre>
@@ -291,18 +291,18 @@ <h3 class="signature " id="doc-class_method">
291291
<pre class="lines">
292292

293293

294+
360
294295
361
295296
362
296297
363
297298
364
298299
365
299300
366
300301
367
301-
368
302-
369</pre>
302+
368</pre>
303303
</td>
304304
<td>
305-
<pre class="code"><span class="info file"># File 'lib/rouge/cli.rb', line 361</span>
305+
<pre class="code"><span class="info file"># File 'lib/rouge/cli.rb', line 360</span>
306306

307307
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_doc'>doc</span>
308308
<span class='kw'>return</span> <span class='id identifier rubyid_enum_for'>enum_for</span><span class='lparen'>(</span><span class='symbol'>:doc</span><span class='rparen'>)</span> <span class='kw'>unless</span> <span class='id identifier rubyid_block_given?'>block_given?</span>
@@ -333,16 +333,16 @@ <h3 class="signature " id="parse_opts-class_method">
333333
<pre class="lines">
334334

335335

336+
370
336337
371
337338
372
338339
373
339340
374
340341
375
341-
376
342-
377</pre>
342+
376</pre>
343343
</td>
344344
<td>
345-
<pre class="code"><span class="info file"># File 'lib/rouge/cli.rb', line 371</span>
345+
<pre class="code"><span class="info file"># File 'lib/rouge/cli.rb', line 370</span>
346346

347347
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_parse_opts'>parse_opts</span><span class='lparen'>(</span><span class='id identifier rubyid_argv'>argv</span><span class='rparen'>)</span>
348348
<span class='id identifier rubyid_out'>out</span> <span class='op'>=</span> <span class='kw'>super</span><span class='lparen'>(</span><span class='id identifier rubyid_argv'>argv</span><span class='rparen'>)</span>
@@ -361,9 +361,9 @@ <h3 class="signature " id="parse_opts-class_method">
361361
</div>
362362

363363
<div id="footer">
364-
Generated on Sun Dec 31 12:26:14 2023 by
364+
Generated on Fri Jun 14 14:16:40 2024 by
365365
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
366-
0.9.34 (ruby-3.2.2).
366+
0.9.28 (ruby-3.3.0).
367367
</div>
368368

369369
</div>

Rouge/CLI/Error.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Exception: Rouge::CLI::Error
88

9-
&mdash; Documentation by YARD 0.9.34
9+
&mdash; Documentation by YARD 0.9.28
1010

1111
</title>
1212

@@ -346,9 +346,9 @@ <h3 class="signature " id="status-instance_method">
346346
</div>
347347

348348
<div id="footer">
349-
Generated on Sun Dec 31 12:26:14 2023 by
349+
Generated on Fri Jun 14 14:16:40 2024 by
350350
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
351-
0.9.34 (ruby-3.2.2).
351+
0.9.28 (ruby-3.3.0).
352352
</div>
353353

354354
</div>

0 commit comments

Comments
 (0)