<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/rdoc/cross_reference.rb, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/rdoc] [DOC] Add missing documents</title>
<updated>2023-12-15T15:26:37+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-12-15T10:35:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e15d690db147fb059a48f87bf639fdf0c006a22b'/>
<id>e15d690db147fb059a48f87bf639fdf0c006a22b</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/e4c90340d0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/e4c90340d0
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Auto-correct trailing new lines</title>
<updated>2023-06-03T01:42:29+00:00</updated>
<author>
<name>Vinicius Stock</name>
<email>stock@hey.com</email>
</author>
<published>2023-06-02T22:56:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a4d92475f69f0ca3dba0f497253e600c7f90a0ad'/>
<id>a4d92475f69f0ca3dba0f497253e600c7f90a0ad</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/4b68c0728a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/4b68c0728a
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Allow cross references to methods including underscores</title>
<updated>2022-04-14T03:51:30+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-02-09T23:13:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e06100d969c7f6a275e121cb1154d3947d1ebe32'/>
<id>e06100d969c7f6a275e121cb1154d3947d1ebe32</id>
<content type='text'>
As underscores are masked to "protect" from the conversion, consider
also `PROTECT_ATTR` as a word character.

https://github.com/ruby/rdoc/commit/db58bb5170
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As underscores are masked to "protect" from the conversion, consider
also `PROTECT_ATTR` as a word character.

https://github.com/ruby/rdoc/commit/db58bb5170
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Support crossref of methods with multiple arguments</title>
<updated>2022-03-09T14:38:45+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2022-03-08T22:02:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f62f91313259539e8f0884a0ca99deb3ab8b87d3'/>
<id>f62f91313259539e8f0884a0ca99deb3ab8b87d3</id>
<content type='text'>
For example, consider the following markup:

  C1#m(a, b)

Before this patch, it generated this HTML:

  &lt;p&gt;&lt;a href=\"C1.html#method-i-m\"&gt;&lt;code&gt;C1#m&lt;/code&gt;&lt;/a&gt;(a, b)&lt;/p&gt;

Which places the method arguments outside of the link.

Now it generates this HTML:

  &lt;a href=\"C1.html#method-i-m\"&gt;&lt;code&gt;C1#m(a, b)&lt;/code&gt;&lt;/a&gt;

https://github.com/ruby/rdoc/commit/05a2b2222b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For example, consider the following markup:

  C1#m(a, b)

Before this patch, it generated this HTML:

  &lt;p&gt;&lt;a href=\"C1.html#method-i-m\"&gt;&lt;code&gt;C1#m&lt;/code&gt;&lt;/a&gt;(a, b)&lt;/p&gt;

Which places the method arguments outside of the link.

Now it generates this HTML:

  &lt;a href=\"C1.html#method-i-m\"&gt;&lt;code&gt;C1#m(a, b)&lt;/code&gt;&lt;/a&gt;

https://github.com/ruby/rdoc/commit/05a2b2222b
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Allow cross references to negation operator method</title>
<updated>2022-02-09T10:41:12+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-02-09T10:13:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=994b3f1dc61b3eb3021fad82f6a7b934af8d0961'/>
<id>994b3f1dc61b3eb3021fad82f6a7b934af8d0961</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/69cafb213a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/69cafb213a
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Allow cross references to logical operator methods</title>
<updated>2022-02-09T10:41:11+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-02-09T09:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8db06fe2c9c1103fd623e97c80660e41502e6580'/>
<id>8db06fe2c9c1103fd623e97c80660e41502e6580</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/17c0da304d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/17c0da304d
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Allow cross references to backtick method</title>
<updated>2022-02-09T09:44:41+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-02-09T05:58:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=88b1d21dbb64b4a310e589b1ac8b7661ea09500f'/>
<id>88b1d21dbb64b4a310e589b1ac8b7661ea09500f</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/52c33157f1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/52c33157f1
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Allow cross references to operator methods</title>
<updated>2022-02-09T09:44:40+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-02-07T13:06:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=202f690a5edef6d0b8f73c6df53edc02a0f16c7e'/>
<id>202f690a5edef6d0b8f73c6df53edc02a0f16c7e</id>
<content type='text'>
Make operator methods, e.g., `Regexp#=~`, `Integer#&lt;=&gt;`, cross
reference targets.

https://github.com/ruby/rdoc/commit/5d332a4128
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make operator methods, e.g., `Regexp#=~`, `Integer#&lt;=&gt;`, cross
reference targets.

https://github.com/ruby/rdoc/commit/5d332a4128
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Resolve class and method of the same name correctly</title>
<updated>2021-12-09T09:16:05+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2021-12-04T09:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2e50989ad39a1085e04a901d072e7a2a77d1dc8f'/>
<id>2e50989ad39a1085e04a901d072e7a2a77d1dc8f</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/1e16284fe5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/1e16284fe5
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Support linking #==</title>
<updated>2021-10-15T16:40:47+00:00</updated>
<author>
<name>Mike Dalessio</name>
<email>mike.dalessio@gmail.com</email>
</author>
<published>2021-10-11T14:47:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4c42540da2c26f2d83b43c7a3c61e17d610896e8'/>
<id>4c42540da2c26f2d83b43c7a3c61e17d610896e8</id>
<content type='text'>
See related commits:

- ebc66662 for #===
- 4943d208 for #[], #[]=, #&lt;&lt;, and #&gt;&gt;

https://github.com/ruby/rdoc/commit/8e47f7840a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See related commits:

- ebc66662 for #===
- 4943d208 for #[], #[]=, #&lt;&lt;, and #&gt;&gt;

https://github.com/ruby/rdoc/commit/8e47f7840a
</pre>
</div>
</content>
</entry>
</feed>
